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-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 Status (IHI Status)</h2>\n <tt>http://ns.electronichealth.net.au/fhir/CodeSystem/hi/ihi/ihi-status/1.0.0</tt>\n <p>The status of the Individual Healthcare Identifier (IHI Status)</p>\n </div>" ]; fhir:CodeSystem.url [ fhir:value "http://ns.electronichealth.net.au/fhir/CodeSystem/hi/ihi/ihi-status/1.0.0"]; fhir:CodeSystem.version [ fhir:value "201408"]; fhir:CodeSystem.name [ fhir:value "Individual Healthcare Identifier Status (IHI 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 status of the Individual Healthcare Identifier (IHI 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-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 "6"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "Active" ]; fhir:CodeSystem.concept.display [ fhir:value "Active" ]; fhir:CodeSystem.concept.definition [ fhir:value "An IHI is considered Active in the HI Services when it is either Verified, Unverified or Provisional, it does not have a date of death, age is not greater than 130 years, and it is not expired" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "Deceased" ]; fhir:CodeSystem.concept.display [ fhir:value "Deceased" ]; fhir:CodeSystem.concept.definition [ fhir:value "An IHI has a status of Deceased when it is either Verified, Unverified or Provisional, there is a date of death present in the record, it has not yet been matched with Fact of Death Data (FoDD) from Births, Deaths and Marriages Registries, it has not yet reached 130 years and it has less then 90 days of no activity (for provisional records only)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "Retired" ]; fhir:CodeSystem.concept.display [ fhir:value "Retired" ]; fhir:CodeSystem.concept.definition [ fhir:value "An IHI has a status of Retired when it is Verified or Unverified, there is a date of death present in the record and either has been matched with Fact of Death Data (FoDD) from Births, Deaths and Marriages Registries and has had no activity for 90 days; or has reached an age of 130 years (Verified IHI records only" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "Expired" ]; fhir:CodeSystem.concept.display [ fhir:value "Expired" ]; fhir:CodeSystem.concept.definition [ fhir:value "An IHI has a status of Expired when it is either provisional and there has been no activity on the record for 90 days; or it is Unverified and has reached an age of 130 years" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "Resolved" ]; fhir:CodeSystem.concept.display [ fhir:value "Resolved" ]; fhir:CodeSystem.concept.definition [ fhir:value "An IHI has a status of Resolved when it is either Verified, Unverified or Provisional, linked with another record as part of resolving a provisional record or resolving a duplicate record and end dated as part of the replica resolution process" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.