This page is part of the Occupational Data for Health (ODH) FHIR IG (v1.1.0: STU 1.1 on FHIR R4) based on FHIR R4. The current version which supercedes this version is 1.2.0. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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:Resource.id [ fhir:value "observation-odh-employment-status-sample"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "7" ];
fhir:Meta.lastUpdated [ fhir:value "2021-05-26T17:22:34.756+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#H1Oz6Eja94PABzAs" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/odh/StructureDefinition/odh-EmploymentStatus";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/odh/StructureDefinition/odh-EmploymentStatus> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"><tr><td style=\"font-weight: bold\">id</td><td><span title=\"id\">observation-odh-employment-status-sample</span></td></tr><tr><td style=\"font-weight: bold\">meta</td><td><table><tr><td style=\"font-weight: bold\">versionId</td><td><span title=\"versionId\">1</span></td></tr><tr><td style=\"font-weight: bold\">lastUpdated</td><td><span title=\"lastUpdated\">2021-05-25T12:25:44.000-04:00</span></td></tr><tr><td style=\"font-weight: bold\">profile</td><td><span title=\"profile\">http://hl7.org/fhir/us/odh/StructureDefinition/odh-EmploymentStatus</span></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">status</td><td><span title=\"status\">final</span></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><span title=\"display\">History of employment status NIOSH</span> (\r\n \r\n \r\n <span title=\"code\">74165-2</span> )\r\n \r\n \r\n \r\n </li><li><span title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></span></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">subject</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li/><li><a href=\"Patient-patient-odh-maya-gordon.html\">Maya Gordon</a></li></ul></td></tr><tr><td style=\"font-weight: bold\">valuePeriod</td><td><table><tr><td style=\"font-weight: bold\">start</td><td><span title=\"start\">2018-06-01</span></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">component</td><td><table><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><span title=\"display\">History of employment status NIOSH</span> (\r\n \r\n \r\n <span title=\"code\">74165-2</span> )\r\n \r\n \r\n \r\n </li><li><span title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></span></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">valueCodeableConcept</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><span title=\"display\">Employed</span> (\r\n \r\n \r\n \r\n <span title=\"code\">Employed</span> )\r\n \r\n \r\n \r\n \r\n </li><li><span title=\"system\">http://terminology.hl7.org/CodeSystem/PHOccupationalDataForHealthODH</span></li></ul></li></ul></td></tr></table></td></tr></table></div>"
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:74165-2;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "74165-2" ];
fhir:Coding.display [ fhir:value "History of employment status NIOSH" ] ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-odh-maya-gordon" ];
fhir:Reference.display [ fhir:value "Maya Gordon" ]
];
fhir:Observation.effectivePeriod [
fhir:Period.start [ fhir:value "2018-06-01"^^xsd:date ]
];
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationValue" ];
fhir:Coding.code [ fhir:value "Employed" ];
fhir:Coding.display [ fhir:value "Employed" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.