Da Vinci - Member Attribution (ATR) List
1.0.0 - STU 1 Publication

This page is part of the Risk Based Contracts Member Attribution List 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" : "1",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2019-06-06T03:04:12.348-04:00"
  },
  "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>operationalStatus</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v2-0116 H}\">Housekeeping</span></p><p><b>name</b>: South Wing, second floor</p><p><b>alias</b>: BU MC, SW, F2, Burgers 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: 8167892390(WORK), <a href=\"mailto:secondflooradmissions@hospital.smarthealthit.org\">secondflooradmissions@hospital.smarthealthit.org</a>, <a href=\"http://sampleorg.com/southwing\">http://sampleorg.com/southwing</a></p><p><b>address</b>: Galapagosweg 91, Building A Den Burg 9105 PZ NLD (WORK)</p><p><b>physicalType</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type wi}\">Wing</span></p><h3>Positions</h3><table class=\"grid\"><tr><td>-</td><td><b>Longitude</b></td><td><b>Latitude</b></td><td><b>Altitude</b></td></tr><tr><td>*</td><td>-83.6945691</td><td>42.25475478</td><td>0</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-1.html\">Generated Summary: active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type dept}\">Hospital Department</span>; name: Example Organization; alias: My Organization; Phone: (+1) 734-677-7777, Fax: (+1) 734-677-6622, hq@HL7.org</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hospital.smarthealthit.org",
      "value" : "B1-S.F2"
    }
  ],
  "status" : "active",
  "operationalStatus" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v2-0116",
    "code" : "H",
    "display" : "Housekeeping"
  },
  "name" : "South Wing, second floor",
  "alias" : [
    "BU MC, SW, F2",
    "Burgers 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" : "8167892390",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "secondflooradmissions@hospital.smarthealthit.org"
    },
    {
      "system" : "url",
      "value" : "http://sampleorg.com/southwing",
      "use" : "work"
    }
  ],
  "address" : {
    "use" : "work",
    "line" : [
      "Galapagosweg 91, Building A"
    ],
    "city" : "Den Burg",
    "postalCode" : "9105 PZ",
    "country" : "NLD"
  },
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "wi",
        "display" : "Wing"
      }
    ]
  },
  "position" : {
    "longitude" : -83.6945691,
    "latitude" : 42.25475478,
    "altitude" : 0
  },
  "managingOrganization" : {
    "reference" : "Organization/1"
  }
}