This page is part of the Australian Base IG (v2.1.0: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions
Raw ttl
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "presence-of-dose-administration-aid-medicines-1"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://healthterminologies.gov.au/fhir/CodeSystem/presence-of-dose-administration-aid-medicines-1 defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Some-items-included<a name=\"presence-of-dose-administration-aid-medicines-1-Some-items-included\"> </a></td><td>Some items included</td><td>At least one item in list is included in a DAA</td></tr><tr><td style=\"white-space:nowrap\">No-items-included<a name=\"presence-of-dose-administration-aid-medicines-1-No-items-included\"> </a></td><td>No items included</td><td>No items in list are included in a DAA</td></tr><tr><td style=\"white-space:nowrap\">Unknown<a name=\"presence-of-dose-administration-aid-medicines-1-Unknown\"> </a></td><td>Unknown</td><td>Unknown whether any items in list are included in a DAA</td></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "https://healthterminologies.gov.au/fhir/CodeSystem/presence-of-dose-administration-aid-medicines-1"]; fhir:CodeSystem.version [ fhir:value "2.1.0"]; fhir:CodeSystem.name [ fhir:value "PresenceOfDoseAdministrationAidMedicines"]; fhir:CodeSystem.title [ fhir:value "Presence Of Dose Administration Aid Medicines"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2019-11-27"^^xsd:date]; fhir:CodeSystem.publisher [ fhir:value "Health Level Seven Australia"]; fhir:CodeSystem.description [ fhir:value "Nature of presence in a list of medicines in dose administration aids."]; fhir:CodeSystem.copyright [ fhir:value "HL7 Australia© 2018+; Licensed Under Creative Commons No Rights Reserved."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "Some-items-included" ]; fhir:CodeSystem.concept.display [ fhir:value "Some items included" ]; fhir:CodeSystem.concept.definition [ fhir:value "At least one item in list is included in a DAA" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "No-items-included" ]; fhir:CodeSystem.concept.display [ fhir:value "No items included" ]; fhir:CodeSystem.concept.definition [ fhir:value "No items in list are included in a DAA" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "Unknown" ]; fhir:CodeSystem.concept.display [ fhir:value "Unknown" ]; fhir:CodeSystem.concept.definition [ fhir:value "Unknown whether any items in list are included in a DAA" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.