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-eicr-processing-status-reason-detail-type-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 "eicr-processing-status-reason-detail-type-ecr"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>eICR Processing Status Reason Detail Type(eCR)</h2>\n      <div>\n        <p>This value set contains codes that describe the type of eICR processing status detail.</p>\n        <p><a href=\"https://phinvads.cdc.gov/vads/ViewValueSet.action?id=3C9F1654-1CEB-E711-ACD6-0017A477041A\">eICR Processing Status Reason Detail Type(eCR) PHIN VADS link</a></p>\n      </div>\n    </div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/ecr/ValueSet/eicr-processing-status-reason-detail-type-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.10" ]
  ];
  fhir:ValueSet.version [ fhir:value "0.2.0"];
  fhir:ValueSet.name [ fhir:value "eICR Processing Status Reason Detail Type(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 describe the type of eICR processing status detail."];
  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 "RRVS33" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Expected RCTC Version Detail" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "RRVS32" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Inactive RCTC Code Detail" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "RRVS31" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Outdated RCTC Version Detail" ]       ]     ]
  ];
  fhir:ValueSet.expansion [
     fhir:ValueSet.expansion.identifier [ fhir:value "http://hl7.org/fhir/us/ecr/ValueSet/eicr-processing-status-reason-detail-type-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 "RRVS33" ];
       fhir:ValueSet.expansion.contains.display [ fhir:value "Expected RCTC Version Detail" ]     ], [
       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 "RRVS32" ];
       fhir:ValueSet.expansion.contains.display [ fhir:value "Inactive RCTC Code Detail" ]     ], [
       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 "RRVS31" ];
       fhir:ValueSet.expansion.contains.display [ fhir:value "Outdated RCTC Version Detail" ]     ]
  ].

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

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