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
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-hl7v2-0203"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>HL7 V2 Table 0203 - Identifier Type (AU Extended)</h2>\n <p>HL7 V2 table 0203 extensions for Australian use</p>\n </div>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org.au/fhir/v2/0203"]; fhir:CodeSystem.version [ fhir:value "1"]; fhir:CodeSystem.name [ fhir:value "HL7 V2 Table 0203 - Identifier Type (AU Extended)"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2017-03-23"^^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 "Extended concept codes for identifier type for use in Australian context"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org.au.fhir/ValueSet/valueset-au-hl7v2-0203"]; 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 "NOI" ]; fhir:CodeSystem.concept.display [ fhir:value "National Organisation Identifier" ]; fhir:CodeSystem.concept.definition [ fhir:value "Nationally assigned organisation identifier, that is commonly a HPI-O" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "PRES" ]; fhir:CodeSystem.concept.display [ fhir:value "Prescriber Number" ]; fhir:CodeSystem.concept.definition [ fhir:value "Medicare assigned prescriber number for a practitioner" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "SEN" ]; fhir:CodeSystem.concept.display [ fhir:value "Commonwealth Seniors Health Card" ]; fhir:CodeSystem.concept.definition [ fhir:value "Seniors healthcare card number assigned by Department of Health and Human Services" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "DVW" ]; fhir:CodeSystem.concept.display [ fhir:value "DVA White Card Number" ]; fhir:CodeSystem.concept.definition [ fhir:value "Department of Veterans' Affairs Number (White Card)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "DVG" ]; fhir:CodeSystem.concept.display [ fhir:value "DVA Gold Card Number" ]; fhir:CodeSystem.concept.definition [ fhir:value "Department of Veterans' Affairs Number (Gold Card)" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "DVO" ]; fhir:CodeSystem.concept.display [ fhir:value "DVA Orange Card Number" ]; fhir:CodeSystem.concept.definition [ fhir:value "Department of Veterans' Affairs Number (Orange Card)" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.