Dental Data Exchange, published by Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/dental-data-exchange/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "Present-job-example-dental",
"meta" : {
"versionId" : "6",
"lastUpdated" : "2021-04-28T00:01:25.126+00:00",
"source" : "#tBxNgqGxyFmgQxMw",
"profile" : [
🔗 "http://hl7.org/fhir/us/odh/StructureDefinition/odh-PastOrPresentJob"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Present-job-example-dental</b></p><a name=\"Present-job-example-dental\"> </a><a name=\"hcPresent-job-example-dental\"> </a><a name=\"Present-job-example-dental-en-US\"> </a><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\">version: 6; Last updated: 2021-04-28 00:01:25+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #tBxNgqGxyFmgQxMw</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/odh/STU1/StructureDefinition-odh-PastOrPresentJob.html\">Past Or Present Job</a></p></div><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-example-dental.html\">Patient A</a></p><p><b>effective</b>: 2015-01-01 --> (ongoing)</p><p><b>value</b>: <span title=\"Codes:{urn:oid:2.16.840.1.114222.4.11.7186 0800}\">Accountants and Auditors</span></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11341-5",
"display" : "History of Occupation"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-dental",
"display" : "Patient A"
},
"effectivePeriod" : {
"start" : "2015-01-01"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:oid:2.16.840.1.114222.4.11.7186",
"code" : "0800",
"display" : "Accountants and Auditors"
}
]
}
}