HIP FHIR Common Terminology Guide
1.1.0 - Release
HIP FHIR Common Terminology Guide - Local Development build (v1.1.0). See the Directory of published versions
Active as of 2020-04-20 |
@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 "address-not-validated-reason-1.1"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
fhir:index 0;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://standards.digital.health.nz/ns/address-not-validated-reason-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">OSEA<a name=\"address-not-validated-reason-1.1-OSEA\"> </a></td><td>Overseas Address</td><td>An address for a country other than New Zealand</td></tr><tr><td style=\"white-space:nowrap\">UKWN<a name=\"address-not-validated-reason-1.1-UKWN\"> </a></td><td>Unknown</td><td>The person's address is unknown</td></tr><tr><td style=\"white-space:nowrap\">NFAB<a name=\"address-not-validated-reason-1.1-NFAB\"> </a></td><td>No Fixed Abode</td><td>The person has no address</td></tr><tr><td style=\"white-space:nowrap\">NOSVC<a name=\"address-not-validated-reason-1.1-NOSVC\"> </a></td><td>Address Service Unavailable</td><td>The address service was unavailble for address validation due to Technical issues</td></tr><tr><td style=\"white-space:nowrap\">OTHER<a name=\"address-not-validated-reason-1.1-OTHER\"> </a></td><td>Other</td><td>Other reason</td></tr><tr><td style=\"white-space:nowrap\">MIGR<a name=\"address-not-validated-reason-1.1-MIGR\"> </a></td><td>Migrated</td><td>Migrated from the legacy NHI with no known external source</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://standards.digital.health.nz/ns/address-not-validated-reason-code"];
fhir:CodeSystem.version [ fhir:value "1.1"];
fhir:CodeSystem.name [ fhir:value "Nhi_address_not_validated_reason"];
fhir:CodeSystem.title [ fhir:value "Address Not Validated Reason"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2020-04-20T00:00:00+13:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "Te Whatu Ora"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Te Whatu Ora" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mailto:integration@health.govt.nz" ] ]
];
fhir:CodeSystem.description [ fhir:value "Reason why an address is not validated."];
fhir:CodeSystem.purpose [ fhir:value "To be used when an unvalidated address is returned."];
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.valueSet [
fhir:value "https://nzhts.digital.health.nz/fhir/ValueSet/address-not-validated-reason-code";
fhir:link <https://nzhts.digital.health.nz/fhir/ValueSet/address-not-validated-reason-code>
];
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 "OSEA" ];
fhir:CodeSystem.concept.display [ fhir:value "Overseas Address" ];
fhir:CodeSystem.concept.definition [ fhir:value "An address for a country other than New Zealand" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "UKWN" ];
fhir:CodeSystem.concept.display [ fhir:value "Unknown" ];
fhir:CodeSystem.concept.definition [ fhir:value "The person's address is unknown" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "NFAB" ];
fhir:CodeSystem.concept.display [ fhir:value "No Fixed Abode" ];
fhir:CodeSystem.concept.definition [ fhir:value "The person has no address" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "NOSVC" ];
fhir:CodeSystem.concept.display [ fhir:value "Address Service Unavailable" ];
fhir:CodeSystem.concept.definition [ fhir:value "The address service was unavailble for address validation due to Technical issues" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "OTHER" ];
fhir:CodeSystem.concept.display [ fhir:value "Other" ];
fhir:CodeSystem.concept.definition [ fhir:value "Other reason" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "MIGR" ];
fhir:CodeSystem.concept.display [ fhir:value "Migrated" ];
fhir:CodeSystem.concept.definition [ fhir:value "Migrated from the legacy NHI with no known external source" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2022+ Te Whatu Ora. Package ig.hip.digital.health.nz.base#1.1.0 based on FHIR 4.0.1. Generated 2022-11-01
Links: Table of Contents |
QA Report