@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Consent; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "aodr-01"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-consent-aodr-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

Generated Narrative: Consent

Date of Initial Registration: 2015-11-18

identifier: id: urn:oid:2.25.320090414317418051877665573694312012199

status: active

scope: Advanced Care Directive (Consent Scope Codes#adr)

category: Organ donation consent (LOINC#64300-7), Consent (LOINC#59284-0)

patient:

dateTime: 2017-09-21

performer:

organization: : Medicare Australia repository services operator

Policies

-AuthorityUri
*http://australianorgandonorregister.gov.auhttp://www.australianorgandonorregister.gov.au/aodr

Provisions

-TypeAction
*deny53958007 (SNOMED CT#53958007)
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-date-initial-registration-1" ]; fhir:Extension.valueDateTime [ fhir:value "2015-11-18"^^xsd:date ] ]; fhir:Consent.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.25.320090414317418051877665573694312012199" ] ]; fhir:Consent.status [ fhir:value "active"]; fhir:Consent.scope [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/consentscope" ]; fhir:Coding.code [ fhir:value "adr" ]; fhir:Coding.display [ fhir:value "Advanced Care Directive" ] ] ]; fhir:Consent.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a loinc:64300-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "64300-7" ]; fhir:Coding.display [ fhir:value "Organ donation consent" ] ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; a loinc:59284-0; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "59284-0" ]; fhir:Coding.display [ fhir:value "Consent" ] ] ]; fhir:Consent.patient [ fhir:Reference.identifier [ fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "NI" ]; fhir:Coding.display [ fhir:value "National unique individual identifier" ] ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/ihi/1.0" ]; fhir:Identifier.value [ fhir:value "8003608833357361" ] ] ]; fhir:Consent.dateTime [ fhir:value "2017-09-21"^^xsd:date]; fhir:Consent.performer [ fhir:index 0; fhir:Reference.identifier [ fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "NI" ]; fhir:Coding.display [ fhir:value "National unique individual identifier" ] ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/ihi/1.0" ]; fhir:Identifier.value [ fhir:value "8003608833357361" ] ] ]; fhir:Consent.organization [ fhir:index 0; fhir:Reference.identifier [ fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "NOI" ]; fhir:Coding.display [ fhir:value "National Organisation Identifier" ] ]; fhir:CodeableConcept.text [ fhir:value "PAI-O" ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/pcehr/paio/1.0" ]; fhir:Identifier.value [ fhir:value "8003640001000010" ] ]; fhir:Reference.display [ fhir:value "Medicare Australia repository services operator" ] ]; fhir:Consent.policy [ fhir:index 0; fhir:Consent.policy.authority [ fhir:value "http://australianorgandonorregister.gov.au" ]; fhir:Consent.policy.uri [ fhir:value "http://www.australianorgandonorregister.gov.au/aodr" ] ]; fhir:Consent.provision [ fhir:Consent.provision.type [ fhir:value "deny" ]; fhir:Consent.provision.action [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:53958007; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "53958007" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------