CH EMS (R4)
1.9.0 - Standard for Trial Use
This page is part of the CH EMS (R4) (v1.9.0: STU) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Source view
@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:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "yes-no-unknown"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=373066001\">373066001</a></td><td>Yes (qualifier value)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=373067005\">373067005</a></td><td>No (qualifier value)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=261665006\">261665006</a></td><td>Unknown (qualifier value)</td><td/></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://fhir.ch/ig/ch-ems/ValueSet/yes-no-unknown"]; fhir:ValueSet.version [ fhir:value "1.9.0"]; fhir:ValueSet.name [ fhir:value "YesNoUnknown"]; fhir:ValueSet.title [ fhir:value "Yes/No/Unknown"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2020-05-25"^^xsd:date]; fhir:ValueSet.publisher [ fhir:value "IVR Interverband für Rettungswesen"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "IVR Interverband für Rettungswesen" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://www.ivr-ias.ch/" ] ] ]; fhir:ValueSet.description [ fhir:value "The SNOMED CT codes to answer yes/no/unknown"]; fhir:ValueSet.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:ValueSet.copyright [ fhir:value "This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or info@snomed.org."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "373066001" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Yes (qualifier value)" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "373067005" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "No (qualifier value)" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "261665006" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Unknown (qualifier value)" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.