eHealthExchange Healthcare Directory Implementation Guide
1.0.5 - Release 1 United States of America flag

: Subparticipant Location example - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "eHxSubparticipantLocationExample",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-06-28T16:50:56.948Z",
    "profile" : [
      🔗 "https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxSubparticipantLocation"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"eHxSubparticipantLocationExample\"> </a><a name=\"hceHxSubparticipantLocationExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Location &quot;eHxSubparticipantLocationExample&quot; Version &quot;1&quot; Updated &quot;2023-06-28 16:50:56+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eHxSubparticipantLocation.html\">eHx Subparticipant Location</a></p></div><p><b>Org Role</b>: Provider (Details: http://hl7.org/fhir/organization-role code provider = 'Provider', stated as 'null')</p><p><b>type</b>: Administrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"file:///tmp/tmp-1-kGj1u5sPsWbv/output/CodeSystem-SequoiaServiceDeliveryLocationRoleTypeCodingSystem.html\">Sequoia Service Delivery Location Role Type Coding System</a>#administrative)</span></p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>-97.7047386</td><td>30.4159542</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/OrgRole",
      "valueCoding" : {
        "system" : "http://hl7.org/fhir/organization-role",
        "code" : "provider"
      }
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaServiceDeliveryLocationRoleTypeCodingSystem",
          "code" : "administrative"
        }
      ]
    }
  ],
  "position" : {
    "longitude" : -97.7047386,
    "latitude" : 30.4159542
  }
}