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-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-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 (eCR)</h2>\n <div>\n <p>This value set contains codes that describe the status of the eICR in terms of processing by the public health decision support system.</p>\n <p><a href=\"https://phinvads.cdc.gov/vads/ViewValueSet.action?id=C166B4A8-0DF0-469B-B678-CDAB6985AA4D\">eICR Processing Status (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-ecr"]; fhir:ValueSet.version [ fhir:value "0.2.0"]; fhir:ValueSet.name [ fhir:value "eICR Processing Status (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 status of the eICR in terms of processing by the public health decision support system."]; 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 "RRVS20" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "eICR was processed - with a warning" ] ] ], [ fhir:index 1; 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 "RRVS19" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "eICR processed" ] ] ], [ fhir:index 2; 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 "RRVS22" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "eICR was not processed - error" ] ] ], [ fhir:index 3; 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 "RRVS21" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "eICR was processed - with a severe warning" ] ] ] ]; fhir:ValueSet.expansion [ fhir:ValueSet.expansion.identifier [ fhir:value "http://hl7.org/fhir/us/ecr/ValueSet/eicr-processing-status-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 "RRVS20" ]; fhir:ValueSet.expansion.contains.display [ fhir:value "eICR was processed - with a warning" ] ], [ 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 "RRVS19" ]; fhir:ValueSet.expansion.contains.display [ fhir:value "eICR processed" ] ], [ 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 "RRVS22" ]; fhir:ValueSet.expansion.contains.display [ fhir:value "eICR was not processed - error" ] ], [ 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 "RRVS21" ]; fhir:ValueSet.expansion.contains.display [ fhir:value "eICR was processed - with a severe warning" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.