HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.2 - STU 2 United States of America flag

This page is part of the electronic Case Reporting (eCR) (v2.1.2: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: RR eICR Processing Status Reason Example: observation-rr-eicr-processing-status-reason - TTL Representation

Raw ttl | Download


@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-rr-eicr-processing-status-reason"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-eicr-processing-status-reason-observation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/rr-eicr-processing-status-reason-observation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-rr-eicr-processing-status-reason</b></p><a name=\"observation-rr-eicr-processing-status-reason\"> </a><a name=\"hcobservation-rr-eicr-processing-status-reason\"> </a><a name=\"observation-rr-eicr-processing-status-reason-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.232 RR6}\">eICR Processing Status Reason</span></p><p><b>value</b>: <span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.274 RRVS30}\">eICR was processed with the warning of: inactive RCTC code</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.274 RRVS32}\">Inactive RCTC code detail</span></td><td><span title=\"Codes:{http://snomed.info/sct 69092001}\">Leptospirosis icterohemorrhagica (disorder)</span></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.114222.4.5.232"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RR6" ] ;
fhir:display [ fhir:v "eICR Processing Status Reason" ]     ] )
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.114222.4.5.274"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RRVS30" ] ;
fhir:display [ fhir:v "eICR was processed with the warning of: inactive RCTC code" ]     ] )
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.114222.4.5.274"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RRVS32" ] ;
fhir:display [ fhir:v "Inactive RCTC code detail" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:69092001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "69092001" ] ;
fhir:display [ fhir:v "Leptospirosis icterohemorrhagica (disorder)" ]       ] )     ]
  ] ) . #