FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.oo-incubator
Resource TypeLocation
IdLocation-location-hospitalLab.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Health Level Seven International
3300 Washtenaw Avenue, Suite 227
Ann Arbor, MI 48104
USA
(+1) 734-677-7777 (phone)
(+1) 734-677-6622 (fax)
E-mail: hq@HL7.org

Source1

{
  "resourceType": "Location",
  "id": "location-hospitalLab",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "Hospital Lab",
  "description": "Example hospital laboratory location",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "SLEEP",
          "display": "Sleep disorders unit"
        }
      ]
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "(+1) 734-677-7777"
        },
        {
          "system": "fax",
          "value": "(+1) 734-677-6622"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "3300 Washtenaw Avenue, Suite 227"
    ],
    "city": "Ann Arbor",
    "state": "MI",
    "postalCode": "48104",
    "country": "USA"
  },
  "form": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "bu",
        "display": "Building"
      }
    ]
  },
  "position": {
    "longitude": 42.2565,
    "latitude": -83.69471
  }
}