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

FHIR IG analytics

Packagehl7.fhir.uv.oo-incubator
Resource TypeLocation
IdLocation-hospital-lab.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

City Hospital Lab
200 Main Street
Anytown, AL 36106
USA
(+1) 334-272-2001 (fax)
E-mail: lab@cityhospital.com

Source1

{
  "resourceType": "Location",
  "id": "hospital-lab",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "City Hospital Lab Location",
  "description": "Physical Location of Example City Hospital Lab",
  "mode": "instance",
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "(+1) 334-272-2000"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "fax",
          "value": "(+1) 334-272-2001"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "lab@cityhospital.com"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "200 Main Street"
    ],
    "city": "Anytown",
    "state": "AL",
    "postalCode": "36106",
    "country": "USA"
  },
  "form": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "bu",
        "display": "Building"
      }
    ]
  }
}