This page is part of the Sharing eCC Data from Pathology Labs to EHR (v0.1.0: STU1 Ballot 1) based on FHIR R4. . 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:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "us-pathology-provider-types"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "8" ];
fhir:Meta.lastUpdated [ fhir:value "2021-08-06T14:01:37.442+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#ZUtzI9gMaQppmoj3" ]
];
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/cancer-reporting/CodeSystem/us-pathology-provider-types 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\">collector<a name=\"us-pathology-provider-types-collector\"> </a></td><td>Physician Primary Surgeon</td><td>The Primary Surgeon who obtained the specimen</td></tr><tr><td style=\"white-space:nowrap\">orderer<a name=\"us-pathology-provider-types-orderer\"> </a></td><td>Physician Ordering Pathology testing</td><td>The Physician who orders the pathology testing</td></tr><tr><td style=\"white-space:nowrap\">principal-result-interpreter<a name=\"us-pathology-provider-types-principal-result-interpreter\"> </a></td><td>Pathologist principally interpreting results on pathology testing</td><td>Pathologist principally interpreting results on pathology testing</td></tr><tr><td style=\"white-space:nowrap\">responsible-observer<a name=\"us-pathology-provider-types-responsible-observer\"> </a></td><td>Pathologist responsible for observing pathology testing</td><td>Pathologist responsible for observing pathology testing</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-provider-types"];
fhir:CodeSystem.version [ fhir:value "0.1.0"];
fhir:CodeSystem.name [ fhir:value "USPathologyProviderTypes"];
fhir:CodeSystem.title [ fhir:value "US Pathology Provider Types"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.date [ fhir:value "2021-08-12T15:45:55+00:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "HL7 International - Orders and Observations"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 International - Orders and Observations" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/orders" ] ]
];
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:Coding.display [ fhir:value "United States of America" ] ];
fhir:CodeableConcept.text [ fhir:value "United States of America" ]
];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "collector" ];
fhir:CodeSystem.concept.display [ fhir:value "Physician Primary Surgeon" ];
fhir:CodeSystem.concept.definition [ fhir:value "The Primary Surgeon who obtained the specimen" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "orderer" ];
fhir:CodeSystem.concept.display [ fhir:value "Physician Ordering Pathology testing" ];
fhir:CodeSystem.concept.definition [ fhir:value "The Physician who orders the pathology testing" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "principal-result-interpreter" ];
fhir:CodeSystem.concept.display [ fhir:value "Pathologist principally interpreting results on pathology testing" ];
fhir:CodeSystem.concept.definition [ fhir:value "Pathologist principally interpreting results on pathology testing" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "responsible-observer" ];
fhir:CodeSystem.concept.display [ fhir:value "Pathologist responsible for observing pathology testing" ];
fhir:CodeSystem.concept.definition [ fhir:value "Pathologist responsible for observing pathology testing" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.