CH LAB-Order (R4)
1.0.0 - STU 1
This page is part of the CH LAB-Order (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions
| Active as of 2021-06-01 |
@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 "ServiceRequest.categories"];
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://build.fhir.org/ig/hl7ch/ch-lab-order/CodeSystem/ServiceRequest.categories 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\">RequestForLabExam<a name=\"ServiceRequest.categories-RequestForLabExam\"> </a></td><td>Anforderung von Laboruntersuchungen</td><td>Electronic ordering of laboratory tests and/or panels</td></tr><tr><td style=\"white-space:nowrap\">RequestForAdditionalExam<a name=\"ServiceRequest.categories-RequestForAdditionalExam\"> </a></td><td>Nachverordnung von weiteren Laboruntersuchungen bei derselben Probe</td><td>Electronic ordering of additional laboratory tests for referenced specimen</td></tr><tr><td style=\"white-space:nowrap\">RequestForPrecedentReport<a name=\"ServiceRequest.categories-RequestForPrecedentReport\"> </a></td><td>Anforderung vorangehender Laborberichte</td><td>Electronic ordering of laboratory diagnositic reports</td></tr><tr><td style=\"white-space:nowrap\">RequestForPrecedentReportAndImages<a name=\"ServiceRequest.categories-RequestForPrecedentReportAndImages\"> </a></td><td>Anforderung vorangehender Bilddokumente</td><td>Electronic ordering of laboratory images</td></tr><tr><td style=\"white-space:nowrap\">RequestFor2ndOpinion<a name=\"ServiceRequest.categories-RequestFor2ndOpinion\"> </a></td><td>Anforderung einer Zweitmeinung</td><td>Electronic ordering of 2nd opinion</td></tr><tr><td style=\"white-space:nowrap\">ProposalForAdditionalExam<a name=\"ServiceRequest.categories-ProposalForAdditionalExam\"> </a></td><td>Vorschlag für weitere Untersuchungen</td><td>Electronic proposal for additional exam</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://build.fhir.org/ig/hl7ch/ch-lab-order/CodeSystem/ServiceRequest.categories"];
fhir:CodeSystem.version [ fhir:value "1.0.0"];
fhir:CodeSystem.name [ fhir:value "ChLabOrderServiceRequestCategories"];
fhir:CodeSystem.title [ fhir:value "Service Request Categories for Questionnaires"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2021-06-01T10:21:46+00:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "HL7 Switzerland"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Marcel Hanselmann" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.hl7.ch" ] ]
];
fhir:CodeSystem.description [ fhir:value "ch-lab-order defines 10 different Kinds of Service Request"];
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 "CH" ] ]
];
fhir:CodeSystem.copyright [ fhir:value "CC-BY-SA-4.0"];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "6"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "RequestForLabExam" ];
fhir:CodeSystem.concept.display [ fhir:value "Anforderung von Laboruntersuchungen" ];
fhir:CodeSystem.concept.definition [ fhir:value "Electronic ordering of laboratory tests and/or panels" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "RequestForAdditionalExam" ];
fhir:CodeSystem.concept.display [ fhir:value "Nachverordnung von weiteren Laboruntersuchungen bei derselben Probe" ];
fhir:CodeSystem.concept.definition [ fhir:value "Electronic ordering of additional laboratory tests for referenced specimen" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "RequestForPrecedentReport" ];
fhir:CodeSystem.concept.display [ fhir:value "Anforderung vorangehender Laborberichte" ];
fhir:CodeSystem.concept.definition [ fhir:value "Electronic ordering of laboratory diagnositic reports" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "RequestForPrecedentReportAndImages" ];
fhir:CodeSystem.concept.display [ fhir:value "Anforderung vorangehender Bilddokumente" ];
fhir:CodeSystem.concept.definition [ fhir:value "Electronic ordering of laboratory images" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "RequestFor2ndOpinion" ];
fhir:CodeSystem.concept.display [ fhir:value "Anforderung einer Zweitmeinung" ];
fhir:CodeSystem.concept.definition [ fhir:value "Electronic ordering of 2nd opinion" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "ProposalForAdditionalExam" ];
fhir:CodeSystem.concept.display [ fhir:value "Vorschlag für weitere Untersuchungen" ];
fhir:CodeSystem.concept.definition [ fhir:value "Electronic proposal for additional exam" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.