Da Vinci - Coverage Requirements Discovery
1.0.0 - STU 1

This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Location example - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: B1-S.F2</p><p><b>status</b>: active</p><p><b>name</b>: South Wing, second floor</p><p><b>alias</b>: MC, SW, F2, University Medical Center, South Wing, second floor</p><p><b>description</b>: Second floor of the Old South Wing, formerly in use by Psychiatry</p><p><b>mode</b>: instance</p><p><b>telecom</b>: ph: 2328(WORK), fax: 2329(WORK), <a href=\"mailto:second-wing-admissions@sampleorg.com\">second-wing-admissions@sampleorg.com</a>, <a href=\"http://sampleorg.com/southwing\">http://sampleorg.com/southwing</a></p><p><b>address</b>: Galapagosweg 91, Building A San Francisco CA 94107 US (WORK)</p><p><b>physicalType</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type wi}\">Wing</span></p><p><b>managingOrganization</b>: <a href=\"Organization-example.html\">Generated Summary: id: 12345678; active; name: University Medical Center; Phone: +1 555 234 3523, info@acme.org</a></p><p><b>endpoint</b>: <a href=\"http://example.org/fhir/Endpoint/example\">http://example.org/fhir/Endpoint/example</a></p></div>"
  },
  "identifier" : [
    {
      "value" : "B1-S.F2"
    }
  ],
  "status" : "active",
  "name" : "South Wing, second floor",
  "alias" : [
    "MC, SW, F2",
    "University Medical Center, South Wing, second floor"
  ],
  "description" : "Second floor of the Old South Wing, formerly in use by Psychiatry",
  "mode" : "instance",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "2328",
      "use" : "work"
    },
    {
      "system" : "fax",
      "value" : "2329",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "second-wing-admissions@sampleorg.com"
    },
    {
      "system" : "url",
      "value" : "http://sampleorg.com/southwing",
      "use" : "work"
    }
  ],
  "address" : {
    "use" : "work",
    "line" : [
      "Galapagosweg 91, Building A"
    ],
    "city" : "San Francisco",
    "state" : "CA",
    "postalCode" : "94107",
    "country" : "US"
  },
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "wi",
        "display" : "Wing"
      }
    ]
  },
  "managingOrganization" : {
    "reference" : "Organization/example"
  },
  "endpoint" : [
    {
      "reference" : "http://example.org/fhir/Endpoint/example"
    }
  ]
}