IHE FHIR Profile: Occupational Data for Health (ODH) - International
1.0.0 - ci-build International flag

IHE FHIR Profile: Occupational Data for Health (ODH) - International, published by IHE Patient Care Coordination Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.ODH/ and changes regularly. See the Directory of published versions

: Past or Present Job Example - 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-sample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/PCC/ODH/StructureDefinition/odh-PastOrPresentJob"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/PCC/ODH/StructureDefinition/odh-PastOrPresentJob>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
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-sample</b></p><a name=\"observation-odh-past-or-present-job-sample\"> </a><a name=\"hcobservation-odh-past-or-present-job-sample\"> </a><a name=\"observation-odh-past-or-present-job-sample-en-US\"> </a><p><b>ODHIsCurrentJob-extension</b>: true</p><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-odh-maya-gordon.html\">Maya Gordon</a></p><p><b>effective</b>: 2015-04-24 --&gt; (ongoing)</p><p><b>performer</b>: <a href=\"Practitioner-ex-practitioner.html\">Simone Heps</a></p><p><b>value</b>: <span title=\"Codes:{https://profiles.ihe.net/PCC/ODH/CodeSystem/ISCO08 5322}\">Home-based Personal Care Workers</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:{https://profiles.ihe.net/PCC/ODH/CodeSystem/ISICRev4 871}, {https://profiles.ihe.net/PCC/ODH/CodeSystem/ISCO08 5322}\">Residential nursing care facilities</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85104-8}\">Compensation and sector employment type</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-WorkClassificationODH PWNSE}\">Paid non-governmental work, not self-employed</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 87707-6}\">Job supervisory level or pay grade</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/PHOccupationalDataForHealthODH C-6}\">Manager</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 63761-1}\">What were your main activities or duties for this job [NHANES]</span></p><p><b>value</b>: Patient Care</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>: Infectious Disease</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 74159-5}\">Work schedule NIOSH</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationValue RSWN}\">rotating shift with nights</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 74160-3}\">Work days per week</span></p><p><b>value</b>: 5 d<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded = 'd')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 87512-0}\">Work hours per day</span></p><p><b>value</b>: 8 h<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeh = 'h')</span></p></blockquote></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://profiles.ihe.net/PCC/ODH/StructureDefinition/odh-isCurrentJob-extension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
  ] ) ; # 
  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-odh-maya-gordon" ] ;
fhir:display [ fhir:v "Maya Gordon" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2015-04-24"^^xsd:date ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/ex-practitioner" ] ;
fhir:display [ fhir:v "Simone Heps" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "https://profiles.ihe.net/PCC/ODH/CodeSystem/ISCO08"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5322" ] ;
fhir:display [ fhir:v "Home-based Personal Care Workers" ]     ] )
  ] ; # 
  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 "https://profiles.ihe.net/PCC/ODH/CodeSystem/ISICRev4"^^xsd:anyURI ] ;
fhir:code [ fhir:v "871" ] ;
fhir:display [ fhir:v "Residential nursing care facilities" ]       ] [
fhir:system [ fhir:v "https://profiles.ihe.net/PCC/ODH/CodeSystem/ISCO08"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5322" ] ;
fhir:display [ fhir:v "Home-based Personal Care Workers" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:85104-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85104-8" ] ;
fhir:display [ fhir:v "Compensation and sector employment type" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-WorkClassificationODH"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PWNSE" ] ;
fhir:display [ fhir:v "Paid non-governmental work, not self-employed" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:87707-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "87707-6" ] ;
fhir:display [ fhir:v "Job supervisory level or pay grade" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/PHOccupationalDataForHealthODH"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C-6" ] ;
fhir:display [ fhir:v "Manager" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:63761-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "63761-1" ] ;
fhir:display [ fhir:v "What were your main activities or duties for this job [NHANES]" ]       ] )     ] ;
fhir:value [ fhir:v "Patient Care" ]
  ] [
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 "Infectious Disease" ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:74159-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "74159-5" ] ;
fhir:display [ fhir:v "Work schedule NIOSH" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationValue"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RSWN" ] ;
fhir:display [ fhir:v "rotating shift with nights" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:74160-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "74160-3" ] ;
fhir:display [ fhir:v "Work days per week" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "d" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:87512-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "87512-0" ] ;
fhir:display [ fhir:v "Work hours per day" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "8"^^xsd:decimal ] ;
fhir:unit [ fhir:v "h" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "h" ]     ]
  ] ) . #