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 json


{
  "resourceType" : "Consent",
  "id" : "aodr-01",
  "meta" : {
    "profile" : [
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-consent-aodr-1"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "extension" : [
    {
      "url" : "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-date-initial-registration-1",
      "valueDateTime" : "2015-11-18"
    }
  ],
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.25.320090414317418051877665573694312012199"
    }
  ],
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "adr",
        "display" : "Advanced Care Directive"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "64300-7",
          "display" : "Organ donation consent"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "59284-0",
          "display" : "Consent"
        }
      ]
    }
  ],
  "patient" : {
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NI",
            "display" : "National unique individual identifier"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value" : "8003608833357361"
    }
  },
  "dateTime" : "2017-09-21",
  "performer" : [
    {
      "identifier" : {
        "type" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
              "code" : "NI",
              "display" : "National unique individual identifier"
            }
          ]
        },
        "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
        "value" : "8003608833357361"
      }
    }
  ],
  "organization" : [
    {
      "identifier" : {
        "type" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
              "code" : "NOI",
              "display" : "National Organisation Identifier"
            }
          ],
          "text" : "PAI-O"
        },
        "system" : "http://ns.electronichealth.net.au/id/pcehr/paio/1.0",
        "value" : "8003640001000010"
      },
      "display" : "Medicare Australia repository services operator"
    }
  ],
  "policy" : [
    {
      "authority" : "http://australianorgandonorregister.gov.au",
      "uri" : "http://www.australianorgandonorregister.gov.au/aodr"
    }
  ],
  "provision" : {
    "type" : "deny",
    "action" : [
      {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "53958007"
          }
        ]
      }
    ]
  }
}