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
Draft as of 2020-02-24 |
@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:ConceptMap;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "gender-from-r4"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Cm_gender_from_r4 (https://nzhts.digital.health.nz/fhir/ConceptMap/gender-from-r4)</h2><p>Mapping from <a href=\"http://hl7.org/fhir/R4/valueset-administrative-gender.html\">http://hl7.org/fhir/ValueSet/administrative-gender</a> to <a href=\"ValueSet-gender-1.0.html\">https://nzhts.digital.health.nz/fhir/ValueSet/gender-code</a></p><p>DRAFT. Published on 2020-02-24 12:00:00+1300 by Te Whatu Ora (Te Whatu Ora: <a href=\"mailto:mailto:integration@health.govt.nz\">mailto:integration@health.govt.nz</a>). </p><div><p>Translation from FHIR Administrative Gender to HPI/NHI Gender Code</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender (version 4.0.1)</a> to <a href=\"CodeSystem-gender-2.0.html\">Gender v2.0 (version 2.0)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>female</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>F</td></tr><tr><td>male</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>M</td></tr><tr><td>unknown</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>U</td></tr><tr><td>other</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>O</td></tr></table></div>"
];
fhir:ConceptMap.url [ fhir:value "https://nzhts.digital.health.nz/fhir/ConceptMap/gender-from-r4"];
fhir:ConceptMap.version [ fhir:value "1.0"];
fhir:ConceptMap.name [ fhir:value "Cm_gender_from_r4"];
fhir:ConceptMap.title [ fhir:value "Gender Mapping (from R4)"];
fhir:ConceptMap.status [ fhir:value "draft"];
fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean];
fhir:ConceptMap.date [ fhir:value "2020-02-24T00:00:00+13:00"^^xsd:dateTime];
fhir:ConceptMap.publisher [ fhir:value "Te Whatu Ora"];
fhir:ConceptMap.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:ConceptMap.description [ fhir:value "Translation from FHIR Administrative Gender to HPI/NHI Gender Code"];
fhir:ConceptMap.purpose [ fhir:value "To translate from FHIR Administrative Gender to internal Gender Code "];
fhir:ConceptMap.sourceUri [ fhir:value "http://hl7.org/fhir/ValueSet/administrative-gender"];
fhir:ConceptMap.targetUri [ fhir:value "https://nzhts.digital.health.nz/fhir/ValueSet/gender-code"];
fhir:ConceptMap.group [
fhir:index 0;
fhir:ConceptMap.group.source [ fhir:value "http://hl7.org/fhir/administrative-gender" ];
fhir:ConceptMap.group.sourceVersion [ fhir:value "4.0.1" ];
fhir:ConceptMap.group.target [ fhir:value "https://standards.digital.health.nz/ns/gender-code" ];
fhir:ConceptMap.group.targetVersion [ fhir:value "2.0" ];
fhir:ConceptMap.group.element [
fhir:index 0;
fhir:ConceptMap.group.element.code [ fhir:value "female" ];
fhir:ConceptMap.group.element.target [
fhir:index 0;
fhir:ConceptMap.group.element.target.code [ fhir:value "F" ];
fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ] ] ], [
fhir:index 1;
fhir:ConceptMap.group.element.code [ fhir:value "male" ];
fhir:ConceptMap.group.element.target [
fhir:index 0;
fhir:ConceptMap.group.element.target.code [ fhir:value "M" ];
fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ] ] ], [
fhir:index 2;
fhir:ConceptMap.group.element.code [ fhir:value "unknown" ];
fhir:ConceptMap.group.element.target [
fhir:index 0;
fhir:ConceptMap.group.element.target.code [ fhir:value "U" ];
fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ] ] ], [
fhir:index 3;
fhir:ConceptMap.group.element.code [ fhir:value "other" ];
fhir:ConceptMap.group.element.target [
fhir:index 0;
fhir:ConceptMap.group.element.target.code [ fhir:value "O" ];
fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ] ] ]
].
# - 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