Data Exchange For Quality Measures STU2 for FHIR R4
2.0.0 - STU2 Release

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v2.0.0: STU 2) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

: Location02 - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "location02",
  "meta" : {
    "source" : "http://example.org/fhir/server",
    "profile" : [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: location02</p><p><b>meta</b>: </p><p><b>name</b>: DaVinciClinic02</p><p><b>address</b>: 21 W. Atlantic Street Burlington NJ 08873 USA </p></div>"
  },
  "name" : "DaVinciClinic02",
  "address" : {
    "line" : [
      "21 W. Atlantic Street"
    ],
    "city" : "Burlington",
    "state" : "NJ",
    "postalCode" : "08873",
    "country" : "USA"
  }
}