CH EMED (R4)
2.0.0 - STU 2
This page is part of the CH EMED (R4) (v2.0.0: STU 2) 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 "ihe-pharmaceuticaladvicestatuslist"];
fhir:Resource.meta [
fhir:Meta.source [ fhir:value "http://art-decor.org/fhir/ValueSet/2.16.756.5.30.1.1.11.4--20200106135719" ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system urn:oid:1.3.6.1.4.1.19376.1.9.2.1 defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">OK<a name=\"ihe-pharmaceuticaladvicestatuslist-OK\"> </a></td><td>OK</td></tr><tr><td style=\"white-space:nowrap\">CHANGE<a name=\"ihe-pharmaceuticaladvicestatuslist-CHANGE\"> </a></td><td>CHANGE</td></tr><tr><td style=\"white-space:nowrap\">REFUSE<a name=\"ihe-pharmaceuticaladvicestatuslist-REFUSE\"> </a></td><td>REFUSE</td></tr><tr><td style=\"white-space:nowrap\">CANCEL<a name=\"ihe-pharmaceuticaladvicestatuslist-CANCEL\"> </a></td><td>CANCEL</td></tr><tr><td style=\"white-space:nowrap\">SUSPEND<a name=\"ihe-pharmaceuticaladvicestatuslist-SUSPEND\"> </a></td><td>SUSPEND</td></tr><tr><td style=\"white-space:nowrap\">COMMENT<a name=\"ihe-pharmaceuticaladvicestatuslist-COMMENT\"> </a></td><td>COMMENT</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "urn:oid:1.3.6.1.4.1.19376.1.9.2.1"];
fhir:CodeSystem.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "official" ];
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.756.5.30.1.1.11.4" ]
];
fhir:CodeSystem.version [ fhir:value "2.0.0"];
fhir:CodeSystem.name [ fhir:value "IHEPharmaceuticalAdviceStatusList"];
fhir:CodeSystem.title [ fhir:value "IHE Pharmaceutical Advice Status List"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2022-02-11T09:56:31+01:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "HL7 Switzerland"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 Switzerland" ];
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 "IHE Pharmaceutical Advice Status List"];
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.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "OK" ];
fhir:CodeSystem.concept.display [ fhir:value "OK" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "CHANGE" ];
fhir:CodeSystem.concept.display [ fhir:value "CHANGE" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "REFUSE" ];
fhir:CodeSystem.concept.display [ fhir:value "REFUSE" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "CANCEL" ];
fhir:CodeSystem.concept.display [ fhir:value "CANCEL" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "SUSPEND" ];
fhir:CodeSystem.concept.display [ fhir:value "SUSPEND" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "COMMENT" ];
fhir:CodeSystem.concept.display [ fhir:value "COMMENT" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.