FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | Observation |
| Id | Observation-Present-job-example-dental.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation Present-job-example-dental
version: 6; Last updated: 2021-04-28 00:01:25+0000;
Information Source: #tBxNgqGxyFmgQxMw
Profile: http://hl7.org/fhir/us/odh/StructureDefinition/odh-PastOrPresentJob
status: Final
code: History of Occupation
subject: Patient A
effective: 2015-01-01 --> (ongoing)
value: Accountants and Auditors
{
"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": "<!-- snip (see above) -->"
},
"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"
}
]
}
}