Australian Digital Health Agency Medicare Records FHIR Implementation Guide 2.2.0

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

Example: Consent-aodr-notwillingtodonate

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "Consent",
  "id" : "aodr-notwillingtodonate",
  "meta" : {
    "profile" : [
      "http://ns.electronichealth.net.au/ci/fhir/StructureDefinition/consent-aodr"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>\n\t\t\t\t<b>Example Narrative</b>\n\t\t\t</p>\n\t\t\t<p><b>id</b>: aodr-notwillingtodonate</p>\n\t\t\t<p><b>donation decision</b>: Not willing to be a donor</p>\n\t\t\t<p><b>dateTime</b>: 2017-09-21</p>\n\t\t</div>"
  },
  "extension" : [
    {
      "url" : "http://ns.electronichealth.net.au/ci/fhir/StructureDefinition/extension-donationdecision",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "161034004",
            "display" : "Not willing to be a donor"
          }
        ]
      }
    }
  ],
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.25.320090414317418051877665573694312012199"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "64300-7",
          "display" : "Organ donation consent"
        }
      ]
    }
  ],
  "patient" : {
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0203",
            "code" : "NI",
            "display" : "National unique individual identifier"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value" : "8003608166690503"
    }
  },
  "dateTime" : "2017-09-21",
  "policy" : [
    {
      "authority" : "http://australianorgandonorregister.gov.au",
      "uri" : "http://www.australianorgandonorregister.gov.au/aodr"
    }
  ]
}