OO Incubator Implementation Guide
0.1.0 - ci-build International flag

OO Incubator Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/oo-incubator/ and changes regularly. See the Directory of published versions

: City Hospital Lab Location

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "hospital-lab",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      City Hospital Lab<br/>\n\t\t\t\t200 Main Street<br/>\n\t\t\t\tAnytown, AL 36106<br/>\n\t\t\t\tUSA<br/>\n\t\t\t\t(+1) 334-272-2001 (fax)<br/>\n\t\t\t\tE-mail:  <a href=\"mailto:lab@cityhospital.com\">lab@cityhospital.com</a>\n    </div>"
  },
  "status" : "active",
  "name" : "City Hospital Lab Location",
  "description" : "Physical Location of Example City Hospital Lab",
  "mode" : "instance",
  "contact" : [
    //  HL7 itself 
    {
      "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"
      }
    ]
  }
}