FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

NJSAMS - Local Development build (v0.1.0). See the Directory of published versions

: LocationComplete - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="LocationComplete"/>
  <meta>
    <profile
             value="http://dhs.nj.gov/njsams/StructureDefinition/NJSAMSLocation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Location</b><a name="LocationComplete"> </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 "LocationComplete" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-NJSAMSLocation.html">NJSAMSLocation</a></p></div><p><b>identifier</b>: id: 1234567</p><p><b>status</b>: active</p><p><b>name</b>: integrity house</p><p><b>telecom</b>: ph: 123-456-7890</p><p><b>address</b>: 1234 Seasame Street Trenton NJ 01239 </p><p><b>managingOrganization</b>: <a href="Organization-OrganizationComplete.html">Organization/OrganizationComplete</a> "Dasie Test Agency"</p></div>
  </text>
  <identifier>
    <system value="http://dhs.nj.gov/njsams/LicenseNo"/>
    <value value="1234567"/>
  </identifier>
  <status value="active"/>
  <name value="integrity house"/>
  <telecom>
    <extension
               url="http://dhs.nj.gov/njsams/StructureDefinition/ContactName">
      <valueHumanName>
        <text value="John Doe"/>
      </valueHumanName>
    </extension>
    <system value="phone"/>
    <value value="123-456-7890"/>
  </telecom>
  <address>
    <line value="1234 Seasame Street"/>
    <city value="Trenton"/>
    <district value="Mercer"/>
    <state value="NJ"/>
    <postalCode value="01239"/>
  </address>
  <managingOrganization>
    <reference value="Organization/OrganizationComplete"/>
  </managingOrganization>
</Location>