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 - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="location-ecr-city-football-stadium"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2020-12-01T01:55:32.705+00:00"/>
    <source value="#KLUFk4w6CXKqrFEC"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="active"/>
  <name value="City Football Stadium"/>
  <address>
    <line value="99 Football Stadium Road"/>
    <city value="My City"/>
    <state value="AZ"/>
    <postalCode value="8562"/>
  </address>
</Location>