Primary Care Implementation Guide

AU Primary Care Implementation Guide - Local Development build (vnull). See the Directory of published versions

Example: Patient-cf-1552457299474

Formats: Narrative,XML, JSON, Turtle

Raw xml


<Patient xmlns="http://hl7.org/fhir">
  <id value="cf-1552457299474"/>
  <meta>
    <profile
             value="https://aehrc.com/fhir/StructureDefinition/AUPrimaryCarePatient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns='http://www.w3.org/1999/xhtml'>Mary Fictitious, Female, 49 years<a name='mm'/></div>
  </text>
  <extension url="http://hl7.org.au/fhir/StructureDefinition/indigenous-status">
    <valueCoding>
      <system
              value="https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1"/>
      <code value="9"/>
      <display value="Not stated/inadequately described"/>
    </valueCoding>
  </extension>
  <identifier>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/v2/0203"/>
        <code value="MC"/>
        <display value="Patient&#39;s Medicare Number"/>
      </coding>
      <text value="Medicare Number"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/medicare-number"/>
    <value value="35001582843"/>
    <period>
      <end value="2021-06"/>
    </period>
  </identifier>
  <name>
    <use value="usual"/>
    <text value="Mary Fictitious"/>
    <family value="Fictitious"/>
    <given value="Mary"/>
  </name>
  <gender value="female"/>
  <birthDate value="1970-01-01">
    <extension
               url="http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator">
      <valueCoding>
        <system
                value="https://healthterminologies.gov.au/fhir/CodeSystem/date-accuracy-indicator-1"/>
        <code value="UUA"/>
        <display value="Day and month are unknown, year is accurate"/>
      </valueCoding>
    </extension>
  </birthDate>
  <address>
    <line value="600 The Kingsway"/>
    <city value="MIRANDA"/>
    <state value="NSW"/>
    <postalCode value="2228"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://hl7.org/fhir/v3/MaritalStatus"/>
      <code value="W"/>
      <display value="Widowed"/>
    </coding>
  </maritalStatus>
</Patient>