CDC FHIR® IG: Anonymized Electronic Initial Case Reporting (eICR) - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: US Public Health Emergency Outbreak Information Example: anonymized - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-emergency-outbreak-info-anon"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-emergency-outbreak-information"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-emergency-outbreak-information> ] )
] ; #
fhir:text [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "masked" ] ] ) ;
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>MASKED</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
fhir:text [ fhir:v "Employee desk distance from mail sorter" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-anon" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2020-11-18T22:33:22Z"^^xsd:dateTime
] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "m" ]
] . #