Protocols for Clinical Registry Extraction and Data Submission (CREDS) IG
1.0.0-ballot - STU1 United States of America flag

This page is part of the Protocols for Clinical Registry Extraction and Data Submission (CREDS) IG (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Example Location - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="Enc-location"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Location</b><a name="Enc-location"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Location &quot;Enc-location&quot; </p></div><p><b>status</b>: active</p><p><b>name</b>: North Wing of Veterinarian's Hospital</p><p><b>managingOrganization</b>: <a href="Organization-VeterinariansHospital.html">Organization/VeterinariansHospital</a> &quot;Veterinarian's Hospital&quot;</p></div>
  </text>
  <status value="active"/>
  <name value="North Wing of Veterinarian's Hospital"/>
  <managingOrganization>
    <reference value="Organization/VeterinariansHospital"/>
  </managingOrganization>
</Location>