Common Data Models Harmonization, published by HL7 International - Biomedical Research and Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cdmh/ 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:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "pcornet-information-sources"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-information-sources 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\">OD<a name=\"pcornet-information-sources-OD\"> </a></td><td>Internal administration</td><td>Source of the information is Internal administration.</td></tr><tr><td style=\"white-space:nowrap\">EF<a name=\"pcornet-information-sources-EF\"> </a></td><td>External feed</td><td>Source of the information is External feed.</td></tr><tr><td style=\"white-space:nowrap\">IS<a name=\"pcornet-information-sources-IS\"> </a></td><td>Immunization Information Systems</td><td>Source of the information is Immunization Information Systems.</td></tr><tr><td style=\"white-space:nowrap\">PR<a name=\"pcornet-information-sources-PR\"> </a></td><td>Patient-reported</td><td>Source of the information is Patient-reported.</td></tr><tr><td style=\"white-space:nowrap\">PD<a name=\"pcornet-information-sources-PD\"> </a></td><td>Patient Device Direct Feed</td><td>Source of the information is a Patient Device Direct Feed.</td></tr><tr><td style=\"white-space:nowrap\">HC<a name=\"pcornet-information-sources-HC\"> </a></td><td>Healthcare</td><td>Source of the information is Healthcare organization such as problem list.</td></tr><tr><td style=\"white-space:nowrap\">HD<a name=\"pcornet-information-sources-HD\"> </a></td><td>Healthcare Device Direct Feed</td><td>Source of the information is Healthcare Device Direct Feed.</td></tr><tr><td style=\"white-space:nowrap\">RG<a name=\"pcornet-information-sources-RG\"> </a></td><td>Registry cohort</td><td>Source of the information is Healthcare organization such as problem list.</td></tr><tr><td style=\"white-space:nowrap\">CC<a name=\"pcornet-information-sources-CC\"> </a></td><td>Patients Cheif Complaint</td><td>Source of the information is Patients Chief Complaint</td></tr><tr><td style=\"white-space:nowrap\">PC<a name=\"pcornet-information-sources-PC\"> </a></td><td>PCORNet condition algorithm</td><td>Source of the information is PCORNet defined condition algorithm</td></tr><tr><td style=\"white-space:nowrap\">DR<a name=\"pcornet-information-sources-DR\"> </a></td><td>Derived</td><td>Source of the information is Derived.</td></tr><tr><td style=\"white-space:nowrap\">NI<a name=\"pcornet-information-sources-NI\"> </a></td><td>No information</td><td>There is No Information on the source of the data.</td></tr><tr><td style=\"white-space:nowrap\">UN<a name=\"pcornet-information-sources-UN\"> </a></td><td>Unknown</td><td>Source of the information is Unknown.</td></tr><tr><td style=\"white-space:nowrap\">OT<a name=\"pcornet-information-sources-OT\"> </a></td><td>Other</td><td>Source of the information is Other.</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-information-sources"];
fhir:CodeSystem.version [ fhir:value "1.0.0"];
fhir:CodeSystem.name [ fhir:value "PCORNetInformationSources"];
fhir:CodeSystem.title [ fhir:value "PCORNet Information Source"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2021-09-06"^^xsd:date];
fhir:CodeSystem.publisher [ fhir:value "HL7 International - Biomedical Research and Regulation Work Group"];
fhir:CodeSystem.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:CodeSystem.description [ fhir:value "The PCORNet Information Sources contains the codes to be used by PCORNet data marts conveying how the information originated."];
fhir:CodeSystem.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:CodeSystem.copyright [ fhir:value "Used by permission of HL7, all rights reserved Creative Commons License"];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "14"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "OD" ];
fhir:CodeSystem.concept.display [ fhir:value "Internal administration" ];
fhir:CodeSystem.concept.definition [ fhir:value "Source of the information is Internal administration." ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "EF" ];
fhir:CodeSystem.concept.display [ fhir:value "External feed" ];
fhir:CodeSystem.concept.definition [ fhir:value "Source of the information is External feed." ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "IS" ];
fhir:CodeSystem.concept.display [ fhir:value "Immunization Information Systems" ];
fhir:CodeSystem.concept.definition [ fhir:value "Source of the information is Immunization Information Systems." ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "PR" ];
fhir:CodeSystem.concept.display [ fhir:value "Patient-reported" ];
fhir:CodeSystem.concept.definition [ fhir:value "Source of the information is Patient-reported." ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "PD" ];
fhir:CodeSystem.concept.display [ fhir:value "Patient Device Direct Feed" ];
fhir:CodeSystem.concept.definition [ fhir:value "Source of the information is a Patient Device Direct Feed." ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "HC" ];
fhir:CodeSystem.concept.display [ fhir:value "Healthcare" ];
fhir:CodeSystem.concept.definition [ fhir:value "Source of the information is Healthcare organization such as problem list." ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "HD" ];
fhir:CodeSystem.concept.display [ fhir:value "Healthcare Device Direct Feed" ];
fhir:CodeSystem.concept.definition [ fhir:value "Source of the information is Healthcare Device Direct Feed." ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "RG" ];
fhir:CodeSystem.concept.display [ fhir:value "Registry cohort" ];
fhir:CodeSystem.concept.definition [ fhir:value "Source of the information is Healthcare organization such as problem list." ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "CC" ];
fhir:CodeSystem.concept.display [ fhir:value "Patients Cheif Complaint" ];
fhir:CodeSystem.concept.definition [ fhir:value "Source of the information is Patients Chief Complaint" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "PC" ];
fhir:CodeSystem.concept.display [ fhir:value "PCORNet condition algorithm" ];
fhir:CodeSystem.concept.definition [ fhir:value "Source of the information is PCORNet defined condition algorithm" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "DR" ];
fhir:CodeSystem.concept.display [ fhir:value "Derived" ];
fhir:CodeSystem.concept.definition [ fhir:value "Source of the information is Derived." ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "NI" ];
fhir:CodeSystem.concept.display [ fhir:value "No information" ];
fhir:CodeSystem.concept.definition [ fhir:value "There is No Information on the source of the data." ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "UN" ];
fhir:CodeSystem.concept.display [ fhir:value "Unknown" ];
fhir:CodeSystem.concept.definition [ fhir:value "Source of the information is Unknown." ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "OT" ];
fhir:CodeSystem.concept.display [ fhir:value "Other" ];
fhir:CodeSystem.concept.definition [ fhir:value "Source of the information is Other." ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.