MHR AU Patient Summary Consultation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Organization MHR operator - XML Representation

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="au-ps-organization-1"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization au-ps-organization-1</b></p><a name="au-ps-organization-1"> </a><a name="hcau-ps-organization-1"> </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="https://build.fhir.org/ig/hl7au/au-fhir-ps/StructureDefinition-au-ps-organization.html">AU PS Organization</a></p></div><p><b>identifier</b>: Australian Business Number (ABN)/84425496912</p><p><b>name</b>: My Health Record system operator</p><p><b>telecom</b>: <a href="mailto:help@digitalhealth.gov.au">help@digitalhealth.gov.au</a>, ph: 1300 901 001(Work)</p><p><b>address</b>: Level 25, 175 Liverpool Street Sydney NSW 2000 Australia </p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="XX"/>
      </coding>
      <text value="Australian Business Number (ABN)"/>
    </type>
    <system value="http://hl7.org.au/id/abn"/>
    <value value="84425496912"/>
  </identifier>
  <name value="My Health Record system operator"/>
  <telecom>
    <system value="email"/>
    <value value="help@digitalhealth.gov.au"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="1300 901 001"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="Level 25, 175 Liverpool Street"/>
    <city value="Sydney"/>
    <state value="NSW"/>
    <postalCode value="2000"/>
    <country value="Australia"/>
  </address>
</Organization>