This page is part of the Common Data Models Harmonization FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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 "uscore-to-pcornet-clinical-status"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2> Mapping from US Core to PCORNet Clinical Status Codes</h2> \n <p> Mapping from US Core Condition status (http://hl7.org/fhir/ValueSet/condition-clinical) to \n <a>http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-clinical-status</a> \n </p>\n <div> \n <p> This concept map defines a mapping from US Core Condition Clinical category to PCORNet Clinical Status codes.</p> \n </div> \n <br/> \n <table class=\"grid\">\n <tr> \n <td> \n <b> Source Code</b> \n </td> \n <td> \n <b> Equivalence</b> \n </td> \n <td> \n <b> Destination Code</b> \n </td> \n </tr> \n <tr> \n <td> active</td> \n <td> equal</td> \n <td> AC</td> \n </tr> \n <tr> \n <td> inactive</td> \n <td> equal</td> \n <td> IN</td> \n </tr> \n <tr> \n <td> resolved</td> \n <td> equal</td> \n <td> RS</td> \n </tr> \n </table> \n </div>"
];
fhir:ConceptMap.url [ fhir:value "http://hl7.org/fhir/us/cdmh/ConceptMap/uscore-to-pcornet-clinical-status"];
fhir:ConceptMap.version [ fhir:value "1.0.0"];
fhir:ConceptMap.name [ fhir:value "USCoreToPCORNetClinicalStatus"];
fhir:ConceptMap.title [ fhir:value "Mapping from US Core to PCORNet Clinical Status Codes"];
fhir:ConceptMap.status [ fhir:value "draft"];
fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean];
fhir:ConceptMap.date [ fhir:value "2021-12-06T18:53:10+00:00"^^xsd:dateTime];
fhir:ConceptMap.publisher [ fhir:value "HL7 International - Biomedical Research and Regulation Work Group"];
fhir:ConceptMap.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/rcrim" ] ]
];
fhir:ConceptMap.description [ fhir:value "This concept map defines a mapping from US Core Race to PCORNet Clinical Status codes."];
fhir:ConceptMap.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ] ]
];
fhir:ConceptMap.copyright [ fhir:value "Used by permission of HL7, all rights reserved Creative Commons License"];
fhir:ConceptMap.sourceCanonical [
fhir:value "http://hl7.org/fhir/ValueSet/condition-clinical";
fhir:link <http://hl7.org/fhir/ValueSet/condition-clinical>
];
fhir:ConceptMap.targetCanonical [
fhir:value "http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-clinical-status";
fhir:link <http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-clinical-status>
];
fhir:ConceptMap.group [
fhir:index 0;
fhir:ConceptMap.group.element [
fhir:index 0;
fhir:ConceptMap.group.element.code [ fhir:value "AC" ];
fhir:ConceptMap.group.element.target [
fhir:index 0;
fhir:ConceptMap.group.element.target.code [ fhir:value "Active" ];
fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equal" ] ] ], [
fhir:index 1;
fhir:ConceptMap.group.element.code [ fhir:value "IN" ];
fhir:ConceptMap.group.element.target [
fhir:index 0;
fhir:ConceptMap.group.element.target.code [ fhir:value "Inactive" ];
fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equal" ] ] ], [
fhir:index 2;
fhir:ConceptMap.group.element.code [ fhir:value "RS" ];
fhir:ConceptMap.group.element.target [
fhir:index 0;
fhir:ConceptMap.group.element.target.code [ fhir:value "Resolved" ];
fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equal" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.