Data Exchange For Quality Measures Implementation Guide (Release 0.2.0 STU2 Ballot)

This is the (release 0.2.0) STU2 Ballot of the Data Exchange For Quality Measures Implementation Guide, based on FHIR Version 3.0.1. See the Directory of published versions.

JSON Format: Location-location02

Download Raw json

{
  "resourceType" : "Location",
  "id" : "location02",
  "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>: 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"
  }
}