eHealthExchange Healthcare Directory Implementation Guide
1.2.0 - Release 1

: Subparticipant Location example - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "eHxSubparticipantLocationExample",
  "meta" : {
    "profile" : [
      🔗 "https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxSubparticipantLocation"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location eHxSubparticipantLocationExample</b></p><a name=\"eHxSubparticipantLocationExample\"> </a><a name=\"hceHxSubparticipantLocationExample\"> </a><a name=\"eHxSubparticipantLocationExample-en-US\"> </a><p><b>Org Role</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-organization-role.html#organization-role-provider\">Organization Affiliation Role provider</a>: Provider</p><p><b>type</b>: <span title=\"Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaServiceDeliveryLocationRoleTypeCodingSystem administrative}\">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
  }
}