New Zealand HPI Implementation Guide
0.9.0 - CI Build
New Zealand HPI Implementation Guide, published by Ministry of Health. This is not an authorized publication; it is the continuous build for version 0.9.0). This version is based on the current content of https://github.com/HL7NZ/hpi/ and changes regularly. See the Directory of published versions
@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:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "Hpi-ContactPointUse"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset";
fhir:index 0;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-use.html\"><code>http://hl7.org/fhir/contact-point-use</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-use.html#contact-point-use-work\">work</a></td><td>An office contact point. First choice for business related contacts during business hours.</td><td>An office contact point. First choice for business related contacts during business hours.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-use.html#contact-point-use-temp\">temp</a></td><td>A temporary contact point. The period can provide more detailed information.</td><td>A temporary contact point. The period can provide more detailed information.</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "https://nzhts.digital.health.nz/fhir/ValueSet/hpi-contact-point-use-code"];
fhir:ValueSet.version [ fhir:value "0.9.0"];
fhir:ValueSet.name [ fhir:value "Hpi_ContactPointUse"];
fhir:ValueSet.title [ fhir:value "Use values for a ContactPoint"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean];
fhir:ValueSet.date [ fhir:value "2021-04-14T00:00:00+13:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "Ministry of Health"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Ministry of Health" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mailto:integration@health.govt.nz" ] ]
];
fhir:ValueSet.description [ fhir:value "Use values for a ContactPoint"];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/contact-point-use" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "work" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "An office contact point. First choice for business related contacts during business hours." ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "temp" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "A temporary contact point. The period can provide more detailed information." ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.