Australian Base Implementation Guide (AU Base 1)

This page is part of the Australian Base IG (v1.0.2: AU Base 1 on STU3) based on FHIR R3. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Example: CodeSystem-medication-type

Formats: XML, JSON, Turtle

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 "medication-type"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<h2>Medication Type&quot;</h2>\n			<p>Medication types that may be associated with a coded medication, these assist in determining appopriate usage of medication coding.</p>\n		</div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org.au/fhir/CodeSystem/medication-type"];
  fhir:CodeSystem.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.2.3.4.2.2.1" ]
  ];
  fhir:CodeSystem.version [ fhir:value "1.0.2"];
  fhir:CodeSystem.name [ fhir:value "MedicationType"];
  fhir:CodeSystem.title [ fhir:value "Medication Type"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2018-09-24"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "Health Level Seven Australia (Patient Administration)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "hl7.org.au" ]
  ];
  fhir:CodeSystem.description [ fhir:value "Medication Type"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org.au/fhir/ValueSet/medication-type"];
  fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.versionNeeded [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "UPD" ];
     fhir:CodeSystem.concept.display [ fhir:value "Unbranded product with no strengths or form" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Unbranded product with no strengths or form" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "UPDS" ];
     fhir:CodeSystem.concept.display [ fhir:value "Unbranded product with strengths but no form" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Unbranded product with strengths but no form" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "UPDF" ];
     fhir:CodeSystem.concept.display [ fhir:value "Unbranded product with form but no strengths" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Unbranded product with form but no strengths" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "UPDSF" ];
     fhir:CodeSystem.concept.display [ fhir:value "Unbranded product with strengths and form" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Unbranded product with strengths and form" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "UPG" ];
     fhir:CodeSystem.concept.display [ fhir:value "Unbranded package with no container" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Unbranded package with no container" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "BPD" ];
     fhir:CodeSystem.concept.display [ fhir:value "Branded product with no strengths or form" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Branded product with no strengths or form" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "BPDS" ];
     fhir:CodeSystem.concept.display [ fhir:value "Branded product with strengths but no form" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Branded product with strengths but no form" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "BPDF" ];
     fhir:CodeSystem.concept.display [ fhir:value "Branded product with form but no strengths" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Branded product with form but no strengths" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "BPDSF" ];
     fhir:CodeSystem.concept.display [ fhir:value "Branded product with strengths and form" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Branded product with strengths and form" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "BPG" ];
     fhir:CodeSystem.concept.display [ fhir:value "Branded package with no container" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Branded package with no container" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "BPGC" ];
     fhir:CodeSystem.concept.display [ fhir:value "Branded package with container" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Branded package with container" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.