HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: Location Example: City Football Stadium - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "location-ecr-city-football-stadium",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-12-01T01:55:32.705+00:00",
    "source" : "#KLUFk4w6CXKqrFEC"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>name</b>: City Football Stadium</p><p><b>address</b>: 99 Football Stadium Road My City AZ 8562 </p></div>"
  },
  "status" : "active",
  "name" : "City Football Stadium",
  "address" : {
    "line" : [
      "99 Football Stadium Road"
    ],
    "city" : "My City",
    "state" : "AZ",
    "postalCode" : "8562"
  }
}