Data Exchange For Quality Measures STU1 for FHIR STU3 Implementation Guide (Release 1.0.0)

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

JSON Format: Location-location01

Download Raw json

{
  "resourceType" : "Location",
  "id" : "location01",
  "meta" : {
    "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 with Details</b></p><p><b>id</b>: location01</p><p><b>meta</b>: </p><p><b>name</b>: DaVinciClinic01</p><p><b>address</b>: 102 Heritage Dr. Somerset NJ 08873 USA </p></div>"
  },
  "name" : "DaVinciClinic01",
  "address" : {
    "line" : [
      "102 Heritage Dr."
    ],
    "city" : "Somerset",
    "state" : "NJ",
    "postalCode" : "08873",
    "country" : "USA"
  }
}