UK COVID-19 Support
0.2.0 - CI Build

UK COVID-19 Support - Local Development build (v0.2.0). See the Directory of published versions

EMIS COVID-19 Codes - TTL Representation

(back to description)

Raw ttl

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 "emis-covid-19"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>COVID-19 EMIS Codes</h2><div><p>Sample of EMIS COVID-19 Codes</p>\n</div><p><b>Copyright Statement:</b></p><div><p>This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.</p>\n</div><ul><li>Include these codes as defined in <code>http://read.info/readv2</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>EMISNQSU106</td><td>Suspected 2019-nCoV (Wuhan) infection</td><td/></tr><tr><td>EMISNQEX58</td><td>Exposure to 2019-nCoV (Wuhan) infection</td><td/></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "https://interopen.github.io/covid-19/ValueSet/emis-covid-19"];
  fhir:ValueSet.version [ fhir:value "0.2.0"];
  fhir:ValueSet.name [ fhir:value "COVID-19 EMIS Codes"];
  fhir:ValueSet.title [ fhir:value "COVID-19 EMIS Codes"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2019-11-04T00:00:00+00:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "HL7 UK and INTEROPen"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "https://interopen.ryver.com/" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "Sample of EMIS COVID-19 Codes"];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "826" ]     ]
  ];
  fhir:ValueSet.copyright [ fhir:value "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement."];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://read.info/readv2" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "EMISNQSU106" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Suspected 2019-nCoV (Wuhan) infection" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "EMISNQEX58" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Exposure to 2019-nCoV (Wuhan) infection" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.