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

IHE FHIR Profile: Occupational Data for Health (ODH) - International, published by IHE International. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current 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

: Usual Work 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-usual-work-sample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/PCC/ODH/StructureDefinition/odh-UsualWork"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/PCC/ODH/StructureDefinition/odh-UsualWork>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"observation-odh-usual-work-sample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;observation-odh-usual-work-sample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-odh-UsualWork.html\">Usual Work</a></p></div><p><b>status</b>: final</p><p><b>code</b>: History of Usual occupation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#21843-8)</span></p><p><b>subject</b>: <a href=\"Patient-patient-odh-maya-gordon.html\">Patient/patient-odh-maya-gordon: Maya Gordon</a> &quot; GORDON&quot;</p><p><b>effective</b>: 2023-10-06 10:52:30-0700 --&gt; (ongoing)</p><p><b>performer</b>: <a href=\"Practitioner-ex-practitioner.html\">Practitioner/ex-practitioner: Simone Heps</a> &quot; HEPS&quot;</p><p><b>value</b>: Nursing, psychiatric, and home health aides <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (index.htm#13.11.2; unknown#31-1014.00.007136 &quot;Certified Nursing Assistant (CNA) [Nursing Assistants]&quot;)</span></p><blockquote><p><b>component</b></p><p><b>code</b>: History of Usual industry <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#21844-6)</span></p><p><b>value</b>: Nursing care facilities <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (index.htm#13.11.2; thesaurus.html#13.11.2 &quot;Home nursing services&quot;)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Usual occupation duration <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#74163-7)</span></p><p><b>value</b>: 21 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code a = 'a')</span></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:21843-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "21843-8" ] ;
fhir:display [ fhir:v "History of Usual 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 "2023-10-06T10:52:30-07:00"^^xsd:dateTime ]
  ] ; # 
  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://www.ilo.org/global/industries-and-sectors/health-services/lang--en/index.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "13.11.2" ] ;
fhir:display [ fhir:v "Nursing, psychiatric, and home health aides" ]     ] [
fhir:system [ fhir:v "urn:oid:2.16.840.1.114222.4.5.327"^^xsd:anyURI ] ;
fhir:code [ fhir:v "31-1014.00.007136" ] ;
fhir:display [ fhir:v "Certified Nursing Assistant (CNA) [Nursing Assistants]" ]     ] )
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:21844-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "21844-6" ] ;
fhir:display [ fhir:v "History of Usual industry" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://www.ilo.org/global/industries-and-sectors/health-services/lang--en/index.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "13.11.2" ] ;
fhir:display [ fhir:v "Nursing care facilities" ]       ] [
fhir:system [ fhir:v "https://metadata.ilo.org/thesaurus.html"^^xsd:anyURI ] ;
fhir:code [ fhir:v "13.11.2" ] ;
fhir:display [ fhir:v "Home nursing services" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:74163-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "74163-7" ] ;
fhir:display [ fhir:v "Usual occupation duration" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "21"^^xsd:decimal ] ;
fhir:unit [ fhir:v "a" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]     ]
  ] ) . #