electronic Case Reporting (eCR) Implementation Guide: STU2 Ballot

This page is part of the electronic Case Reporting (eCR) (v0.2.0: STU 1 Ballot 2) based on FHIR R3. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

Turtle Format: ValueSet-determination-of-reportability-ecr

Raw ttl

@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 "determination-of-reportability-ecr"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>Determination of Reportability (eCR)</h2>\n      <div>\n        <p>This value set contains codes that specify whether a condition is reportable or not.</p>\n        <p><a href=\"https://phinvads.cdc.gov/vads/ViewValueSet.action?id=C166B4A8-0DF0-469B-B678-CDAB6985AA4D\">Determination of Reportability (eCR) PHIN VADS link</a></p>\n      </div>\n    </div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/ecr/ValueSet/determination-of-reportability-ecr"];
  fhir:ValueSet.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "2.16.840.1.113883.10.20.15.2.5.3" ]
  ];
  fhir:ValueSet.version [ fhir:value "0.2.0"];
  fhir:ValueSet.name [ fhir:value "Determination of Reportability (eCR)"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2017-12-27T00:00:00+10:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "Public Health Information Network Vocabulary Access and Distribution System (PHIN VADS)"];
  fhir:ValueSet.description [ fhir:value "This value set contains codes that specify whether a condition is reportable or not."];
  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 "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ]
  ];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "RRVS2" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "May be reportable" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "RRVS3" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Not reportable" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "RRVS1" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Reportable" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "RRVS4" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "No rule met" ]       ]     ]
  ];
  fhir:ValueSet.expansion [
     fhir:ValueSet.expansion.identifier [ fhir:value "http://hl7.org/fhir/us/ecr/ValueSet/determination-of-reportability-ecr" ];
     fhir:ValueSet.expansion.timestamp [ fhir:value "2017-12-27T00:00:00+10:00"^^xsd:dateTime ];
     fhir:ValueSet.expansion.contains [
       fhir:index 0;
       fhir:ValueSet.expansion.contains.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
       fhir:ValueSet.expansion.contains.code [ fhir:value "RRVS2" ];
       fhir:ValueSet.expansion.contains.display [ fhir:value "May be reportable" ]     ], [
       fhir:index 1;
       fhir:ValueSet.expansion.contains.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
       fhir:ValueSet.expansion.contains.code [ fhir:value "RRVS3" ];
       fhir:ValueSet.expansion.contains.display [ fhir:value "Not reportable" ]     ], [
       fhir:index 2;
       fhir:ValueSet.expansion.contains.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
       fhir:ValueSet.expansion.contains.code [ fhir:value "RRVS1" ];
       fhir:ValueSet.expansion.contains.display [ fhir:value "Reportable" ]     ], [
       fhir:index 3;
       fhir:ValueSet.expansion.contains.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
       fhir:ValueSet.expansion.contains.code [ fhir:value "RRVS4" ];
       fhir:ValueSet.expansion.contains.display [ fhir:value "No rule met" ]     ]
  ].

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

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