This page is part of the IHE FHIR Profile: Occupational Data for Health (ODH) - International (v1.0.0-comment: Publication Ballot 1) 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
@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 "observation-odh-usual-work-sample" </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> " GORDON"</p><p><b>effective</b>: 2023-10-06 10:52:30-0700 --> (ongoing)</p><p><b>performer</b>: <a href=\"Practitioner-ex-practitioner.html\">Practitioner/ex-practitioner: Simone Heps</a> " HEPS"</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 "Certified Nursing Assistant (CNA) [Nursing Assistants]")</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 "Home nursing services")</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" ] ]
] ) . #
IG © IHE International. Package ihe.pcc.odh#1.0.0-comment based on FHIR 4.0.1. Generated 2024-03-08
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change