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-ihi-record-status"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>Individual Healthcare Identifier Record Status (IHI Record Status)</h2>\n <tt>http://ns.electronichealth.net.au/fhir/CodeSystem/hi/ihi/ihi-record-status/1.0.0</tt>\n <p>The record status of the Individual Healthcare Identifier (IHI Record Status)</p>\n </div>" ]; fhir:CodeSystem.url [ fhir:value "http://ns.electronichealth.net.au/fhir/CodeSystem/hi/ihi/ihi-record-status/1.0.0"]; fhir:CodeSystem.version [ fhir:value "201408"]; fhir:CodeSystem.name [ fhir:value "Individual Healthcare Identifier Record Status (IHI Record Status)"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2016-07-12"^^xsd:date]; fhir:CodeSystem.publisher [ fhir:value "Australian Digital Health Agency"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Angus Millar" ] ]; fhir:CodeSystem.description [ fhir:value "The record status of the Individual Healthcare Identifier (IHI Record Status)"]; fhir:CodeSystem.copyright [ fhir:value "To be done?"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://ns.electronichealth.net.au/fhir/ValueSet/hi/ihi/ihi-record-status/1.0.0"]; 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 "4"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "Provisional" ]; fhir:CodeSystem.concept.display [ fhir:value "Provisional" ]; fhir:CodeSystem.concept.definition [ fhir:value "The identifier was created at a healthcare facility when the individual was not able to or not willing to identify themselves. Provisional records are able to be updated to an Unverified IHI record or merged with an existing (Unverified or Verified) IHI record via a healthcare facility or updated to a Verified IHI via the HI Service by providing evidence of identity" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "Unverified" ]; fhir:CodeSystem.concept.display [ fhir:value "Unverified" ]; fhir:CodeSystem.concept.definition [ fhir:value "The identifier was created at a healthcare facility and the individual has not contacted the HI Service to verify the IHI by providing their evidence of identity. Unverified IHI records can be merged to another unverified or verified IHI record" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "Verified" ]; fhir:CodeSystem.concept.display [ fhir:value "Verified" ]; fhir:CodeSystem.concept.definition [ fhir:value "The person is a known customer of Medicare Australia or DVA or has provided evidence of identity information that has been recorded in the HI Service by the Service Operator to establish the identity of the Healthcare Individual" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.