HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions
: ODH Past or Present Job Example: observation-odh-past-or-present-job-eve-everywoman - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-odh-past-or-present-job-eve-everywoman"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/odh/StructureDefinition/odh-PastOrPresentJob"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/odh/StructureDefinition/odh-PastOrPresentJob> ] )
] ; #
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-odh-past-or-present-job-eve-everywoman</b></p><a name=\"observation-odh-past-or-present-job-eve-everywoman\"> </a><a name=\"hcobservation-odh-past-or-present-job-eve-everywoman\"> </a><a name=\"observation-odh-past-or-present-job-eve-everywoman-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11341-5}\">History of Occupation</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>effective</b>: 2015-04-24 --> (ongoing)</p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/PHOccupationCDCCensus2010 3600}\">Nursing, psychiatric, and home health aides</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 86188-0}\">History of Occupation industry</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/PHIndustryCDCCensus2010 8270}\">Nursing care facilities</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 87729-0}\">History of Occupational hazard</span></p><p><b>value</b>: Asbestos</p></blockquote></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:11341-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11341-5" ] ;
fhir:display [ fhir:v "History of Occupation" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ;
fhir:display [ fhir:v "Eve Everywoman" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2015-04-24"^^xsd:date ]
] ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/PHOccupationCDCCensus2010"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3600" ] ;
fhir:display [ fhir:v "Nursing, psychiatric, and home health aides" ] ] )
] ; # <coding>
# <system value="http://terminology.hl7.org/CodeSystem/PHOccupationalDataForHealthODH"/>
# <code value="31-1014.00.007136"/>
# <display value="Certified Nursing Assistant (CNA) [Nursing Assistants]"/>
# </coding>
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:86188-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86188-0" ] ;
fhir:display [ fhir:v "History of Occupation industry" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/PHIndustryCDCCensus2010"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8270" ] ;
fhir:display [ fhir:v "Nursing care facilities" ] ] ) ] # <coding>\n <system value=\"http:\/\/terminology.hl7.org\/CodeSystem\/PHOccupationalDataForHealthODH\"\/>\n <code value=\"621610.008495\"\/>\n <display value=\"Home nursing services\"\/>\n <\/coding>
] [
fhir:code [
( fhir:coding [
a loinc:87729-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "87729-0" ] ;
fhir:display [ fhir:v "History of Occupational hazard" ] ] ) ] ;
fhir:value [ fhir:v "Asbestos" ]
] ) . #