Aged Care Clinical Note - Local Development build (v0.1.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Organization - Sunshine Aged Care Home - XML Representation

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="ex-organization-sunshine-acrh"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/cn/StructureDefinition/au-aged-care-clin-note-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization ex-organization-sunshine-acrh</b></p><a name="ex-organization-sunshine-acrh"> </a><a name="hcex-organization-sunshine-acrh"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-aged-care-clin-note-organization.html">AU Aged Care Clinical Note - Organization</a></p></div><p><b>identifier</b>: National Organisation Identifier/8003626566707032</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 257652008}">Aged care facility</span></p><p><b>name</b>: Sunshine Aged Care Home</p><p><b>telecom</b>: ph: (03) 5550 4075, <a href="mailto:reception-sunshine@example.com.au">reception-sunshine@example.com.au</a></p><p><b>address</b>: 123 Sunshine Blvd Brisbane QLD 4000 </p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="NOI"/>
      </coding>
    </type>
    <system value="http://ns.electronichealth.net.au/id/hi/hpio/1.0"/>
    <value value="8003626566707032"/>
  </identifier>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="257652008"/>
      <display value="Aged care facility"/>
    </coding>
  </type>
  <name value="Sunshine Aged Care Home"/>
  <telecom>
    <system value="phone"/>
    <value value="(03) 5550 4075"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="reception-sunshine@example.com.au"/>
    <use value="work"/>
  </telecom>
  <address>
    <type value="physical"/>
    <line value="123 Sunshine Blvd"/>
    <city value="Brisbane"/>
    <state value="QLD"/>
    <postalCode value="4000"/>
  </address>
</Organization>