WHO Case Reporting for COVID-19 Surveillance
0.1.0 - ci-build
WHO Case Reporting for COVID-19 Surveillance - Local Development build (v0.1.0). 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:ConceptMap;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "WhoCrConceptMapPatientAgeUnitsToCiel"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>WhoCrConceptMapPatientAgeUnitsToCiel (http://openhie.github.io/covid-19/ConceptMap/WhoCrConceptMapPatientAgeUnitsToCiel)</h2><p>Mapping from <a href=\"ValueSet-WhoCrValueSetAgeUnits.html\">http://openhie.github.io/covid-19/ValueSet/WhoCrValueSetAgeUnits</a> to https://openconceptlab.org/orgs/CIEL/sources/CIEL</p><p>DRAFT (not intended for production usage). Published on Feb 11, 2021, 5:12:53 PM by OpenHIE (OpenHIE: <a href=\"http://www.ohie.org\">http://www.ohie.org</a>). 2021</p><br/><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Destination Code</b></td></tr><tr><td>a</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equal\">is equal to</a></td><td>1734</td></tr><tr><td>mo</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equal\">is equal to</a></td><td>1074</td></tr><tr><td>d</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equal\">is equal to</a></td><td>1072</td></tr></table></div>"
];
fhir:ConceptMap.url [ fhir:value "http://openhie.github.io/covid-19/ConceptMap/WhoCrConceptMapPatientAgeUnitsToCiel"];
fhir:ConceptMap.version [ fhir:value "0.1.0"];
fhir:ConceptMap.name [ fhir:value "WhoCrConceptMapPatientAgeUnitsToCiel"];
fhir:ConceptMap.status [ fhir:value "draft"];
fhir:ConceptMap.experimental [ fhir:value "true"^^xsd:boolean];
fhir:ConceptMap.date [ fhir:value "2021-02-11T17:12:53+00:00"^^xsd:dateTime];
fhir:ConceptMap.publisher [ fhir:value "OpenHIE"];
fhir:ConceptMap.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "OpenHIE" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.ohie.org" ] ]
];
fhir:ConceptMap.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ] ]
];
fhir:ConceptMap.copyright [ fhir:value "2021"];
fhir:ConceptMap.sourceCanonical [
fhir:value "http://openhie.github.io/covid-19/ValueSet/WhoCrValueSetAgeUnits";
fhir:link <http://openhie.github.io/covid-19/ValueSet/WhoCrValueSetAgeUnits>
];
fhir:ConceptMap.targetUri [ fhir:value "https://openconceptlab.org/orgs/CIEL/sources/CIEL"];
fhir:ConceptMap.group [
fhir:index 0;
fhir:ConceptMap.group.source [ fhir:value "http://openhie.github.io/covid-19/ValueSet/WhoCrValueSetAgeUnits" ];
fhir:ConceptMap.group.target [ fhir:value "https://openconceptlab.org/orgs/CIEL/sources/CIEL" ];
fhir:ConceptMap.group.element [
fhir:index 0;
fhir:ConceptMap.group.element.code [ fhir:value "a" ];
fhir:ConceptMap.group.element.target [
fhir:index 0;
fhir:ConceptMap.group.element.target.code [ fhir:value "1734" ];
fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equal" ] ] ], [
fhir:index 1;
fhir:ConceptMap.group.element.code [ fhir:value "mo" ];
fhir:ConceptMap.group.element.target [
fhir:index 0;
fhir:ConceptMap.group.element.target.code [ fhir:value "1074" ];
fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equal" ] ] ], [
fhir:index 2;
fhir:ConceptMap.group.element.code [ fhir:value "d" ];
fhir:ConceptMap.group.element.target [
fhir:index 0;
fhir:ConceptMap.group.element.target.code [ fhir:value "1072" ];
fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equal" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.