Australian Digital Health Agency FHIR Implementation Guide 1.0.0

Australian Digital Health Agency FHIR Implementation Guide. This is the current published version. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available versions.

Example: Consent-aodr-01

Formats: Narrative, XML, JSON, Turtle

Raw xml



<Consent xmlns="http://hl7.org/fhir">
  <id value="aodr-01"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-consent-aodr-1"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Consent</b><a name="aodr-01"> </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 Consent &quot;aodr-01&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-dh-consent-aodr-1.html">ADHA Record of Consent from Australian Organ Donor Register</a></p></div><p><b>Date of Initial Registration</b>: 2015-11-18</p><p><b>identifier</b>: id: urn:oid:2.25.320090414317418051877665573694312012199</p><p><b>status</b>: active</p><p><b>scope</b>: Advanced Care Directive <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-consentscope.html">Consent Scope Codes</a>#adr)</span></p><p><b>category</b>: Organ donation consent <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#64300-7)</span>, Consent <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#59284-0)</span></p><p><b>patient</b>: <span/></p><p><b>dateTime</b>: 2017-09-21</p><p><b>performer</b>: <span/></p><p><b>organization</b>: <span>: Medicare Australia repository services operator</span></p><h3>Policies</h3><table class="grid"><tr><td>-</td><td><b>Authority</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td><a href="http://australianorgandonorregister.gov.au">http://australianorgandonorregister.gov.au</a></td><td><a href="http://www.australianorgandonorregister.gov.au/aodr">http://www.australianorgandonorregister.gov.au/aodr</a></td></tr></table><h3>Provisions</h3><table class="grid"><tr><td>-</td><td><b>Type</b></td><td><b>Action</b></td></tr><tr><td>*</td><td>deny</td><td>Harvesting of donor material <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#53958007)</span></td></tr></table></div>
  </text>
  <extension
             url="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-date-initial-registration-1">
    <valueDateTime value="2015-11-18"/>
  </extension>
<!-- identifier for the AODR record from Medicare repository -->
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.25.320090414317418051877665573694312012199"/>
  </identifier>
  <status value="active"/>
  <scope>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentscope"/>
      <code value="adr"/>
      <display value="Advanced Care Directive"/>
    </coding>
  </scope>
  <category>
    <coding>
      <system value="http://loinc.org"/>
      <code value="64300-7"/>
      <display value="Organ donation consent"/>
    </coding>
  </category>
  <category>
    <coding>
      <system value="http://loinc.org"/>
      <code value="59284-0"/>
      <display value="Consent"/>
    </coding>
  </category>
  <patient>
    <identifier>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
          <code value="NI"/>
          <display value="National unique individual identifier"/>
        </coding>
      </type>
      <system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
      <value value="8003608833357361"/>
    </identifier>
  </patient>
  <dateTime value="2017-09-21"/>
  <performer>
    <identifier>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
          <code value="NI"/>
          <display value="National unique individual identifier"/>
        </coding>
      </type>
      <system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
      <value value="8003608833357361"/>
    </identifier>
  </performer>
  <organization>
    <identifier>
      <type>
        <coding>
          <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
          <code value="NOI"/>
          <display value="National Organisation Identifier"/>
        </coding>
        <text value="PAI-O"/>
      </type>
      <system value="http://ns.electronichealth.net.au/id/pcehr/paio/1.0"/>
      <value value="8003640001000010"/>
    </identifier>
    <display value="Medicare Australia repository services operator"/>
  </organization>
  <policy>
    <authority value="http://australianorgandonorregister.gov.au"/>
    <uri value="http://www.australianorgandonorregister.gov.au/aodr"/>
  </policy>
<!-- Individual does not consent to donate - applies to all organ and tissue -->
  <provision>
    <type value="deny"/>
    <action>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="53958007"/>
      </coding>
    </action>
  </provision>
</Consent>