Australian Base Profiles Implementation Guide

This page is part of the Australian Base IG (v0.1.0: AU Base 1 on STU3 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions

Example: CodeSystem-codesystem-au-indigenous-status

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 "codesystem-au-indigenous-status"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<h2>Australian Indigenous Status</h2>\n			<p>Whether a person identifies as being of Aboriginal or Torres Strait Islander origin, as represented by a code.<br/>\n			The purpose of this data element is to provide information about whether persons identify as being of Aboriginal and/or Torres Strait Islander origin.<br/>\n			The following definition, commonly known as 'The Commonwealth Definition', was given in a High Court judgement in the case of Commonwealth v Tasmania (1983) 46 ALR 625.<br/>\n			'An Aboriginal or Torres Strait Islander is a person of Aboriginal or Torres Strait Islander descent who identifies as an Aboriginal or Torres Strait Islander and is accepted as such by the community in which he or she lives'.<br/>\n			There are three components to the Commonwealth definition:<ul>\n					<li>descent;</li>\n					<li>self-identification; and</li>\n					<li>community acceptance.</li>\n				</ul>\n				<br/>\nIn practice, it is not feasible to collect information on the community acceptance part of this definition in general purpose statistical and administrative collections and therefore standard questions on Indigenous status relate to descent and self-identification only.</p>\n		</div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://meteor.aihw.gov.au/content/index.phtml/itemId/602543#Codes"];
  fhir:CodeSystem.version [ fhir:value "1"];
  fhir:CodeSystem.name [ fhir:value "Australian Indigenous Status"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2017-03-11"^^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 "Whether a person identifies as being of Aboriginal or Torres Strait Islander origin, as represented by a code."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org.au.fhir/ValueSet/valueset-anzsco"];
  fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.versionNeeded [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "1" ];
     fhir:CodeSystem.concept.display [ fhir:value "Aboriginal but not Torres Strait Islander origin" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Indigenous Australian" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "2" ];
     fhir:CodeSystem.concept.display [ fhir:value "Torres Strait Islander but not Aboriginal origin" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Indigenous Australian" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "3" ];
     fhir:CodeSystem.concept.display [ fhir:value "Both Aboriginal and Torres Strait Islander origin" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Indigenous Australian" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "4" ];
     fhir:CodeSystem.concept.display [ fhir:value "Neither Aboriginal nor Torres Strait Islander origin" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Non-indigenous Australian" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "9" ];
     fhir:CodeSystem.concept.display [ fhir:value "Not stated/inadequately described" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Primarily when importing data from other data collections that do not contain mappable data. Where the answer cannot be determined without clarification from the respondent (for example, 'No' and 'Yes, Aboriginal' are both selected).  Where an answer was declined. Where the question was not able to be asked because the client was unable to communicate or a person who knows the client was not available." ]
  ].

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

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