My Health Record FHIR IG
1.2.0 - active Australia flag

My Health Record FHIR IG - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient's registered GP practice - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="vpr-01"/>
  <!-- Sample design for Voluntary Patient Registration project - patient has a registered GP practice -->
  <type value="collection"/>
  <timestamp value="2022-10-28T11:01:00+10:00"/>
  <!--     PATIENT    -->
  <entry>
    <fullUrl value="urn:uuid:1f1e3fc0-768f-4c76-ac1a-77345c890321"/>
    <resource>
      <Patient>
        <meta>
          <profile
                   value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Patient_null"> </a><p class="res-header-id"><b>Generated Narrative: Patient </b></p><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Bert Gainey Male, DoB: 1971-09-24 ( IHI: Austalian Healthcare Identifier - Individual#8003608833564727 (use: official, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>General Practitioner: <a href="Bundle-vpr-01.html#urn-uuid-2250beff-bf54-492f-a8fa-6ea6d1d7f78f">Bundle: type = collection; timestamp = 2022-10-28 11:01:00+1000</a></li></ul></td></tr></table></div>
        </text>
        <identifier>
          <use value="official"/>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="NI"/>
            </coding>
            <text value="IHI"/>
          </type>
          <system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
          <value value="8003608833564727"/>
        </identifier>
        <name>
          <use value="usual"/>
          <text value="Bert Gainey"/>
          <family value="Gainey"/>
        </name>
        <gender value="male"/>
        <birthDate value="1971-09-24"/>
        <generalPractitioner>
          <reference value="urn:uuid:2250beff-bf54-492f-a8fa-6ea6d1d7f78f"/>
        </generalPractitioner>
      </Patient>
    </resource>
  </entry>
  <!-- GP Practice is an Organization resource -->
  <entry>
    <fullUrl value="urn:uuid:2250beff-bf54-492f-a8fa-6ea6d1d7f78f"/>
    <resource>
      <Organization>
        <meta>
          <profile
                   value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Organization_null"> </a><p class="res-header-id"><b>Generated Narrative: Organization </b></p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 394761003}">GP practice</span></p><p><b>name</b>: ABC Medical Clinic</p><p><b>telecom</b>: ph: (02) 5550 2427(Work)</p><p><b>address</b>: Andrew Fisher Building 1 National Circuit Barton ACT 2600 (work)</p></div>
        </text>
        <type>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="394761003"/>
          </coding>
          <text value="GP practice"/>
        </type>
        <name value="ABC Medical Clinic"/>
        <telecom>
          <system value="phone"/>
          <value value="(02) 5550 2427"/>
          <use value="work"/>
        </telecom>
        <address>
          <use value="work"/>
          <line value="Andrew Fisher Building"/>
          <line value="1 National Circuit"/>
          <city value="Barton"/>
          <state value="ACT"/>
          <postalCode value="2600"/>
        </address>
      </Organization>
    </resource>
  </entry>
  <!-- Represents current GP Practice using EpisodeOfCare -->
  <entry>
    <fullUrl value="urn:uuid:75c257b4-eb01-4c29-a01e-9a154a36370a"/>
    <resource>
      <EpisodeOfCare>
        <meta>
          <profile
                   value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-episodeofcare-mymedicare-1"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="EpisodeOfCare_null"> </a><p class="res-header-id"><b>Generated Narrative: EpisodeOfCare </b></p><p><b>status</b>: Active</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 737470001}">Primary care management</span></p><p><b>patient</b>: <a href="Bundle-vpr-01.html#urn-uuid-1f1e3fc0-768f-4c76-ac1a-77345c890321">Bundle: type = collection; timestamp = 2022-10-28 11:01:00+1000</a></p><p><b>managingOrganization</b>: <a href="Bundle-vpr-01.html#urn-uuid-2250beff-bf54-492f-a8fa-6ea6d1d7f78f">Bundle: type = collection; timestamp = 2022-10-28 11:01:00+1000</a></p><p><b>period</b>: 2021-06-13 --&gt; (ongoing)</p></div>
        </text>
        <!-- current represented by status=active -->
        <status value="active"/>
        <type>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="737470001"/>
            <display value="Primary care management"/>
          </coding>
        </type>
        <patient>
          <reference value="urn:uuid:1f1e3fc0-768f-4c76-ac1a-77345c890321"/>
          <identifier>
            <type>
              <coding>
                <system
                        value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
                <code value="NI"/>
              </coding>
              <text value="IHI"/>
            </type>
            <system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
            <value value="8003608833564727"/>
          </identifier>
        </patient>
        <managingOrganization>
          <reference value="urn:uuid:2250beff-bf54-492f-a8fa-6ea6d1d7f78f"/>
        </managingOrganization>
        <!-- current represented by no period.end -->
        <period>
          <start value="2021-06-13"/>
        </period>
      </EpisodeOfCare>
    </resource>
  </entry>
</Bundle>