FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | Observation |
| Id | Observation-Education-level-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 Education-level-example-dental
version: 3; Last updated: 2020-08-06 17:04:19+0000;
Information Source: #JtfdlChUIkdgBsah
status: Final
code: Highest Level of Education
subject: Patient A
effective: 2012-01-01 --> 2016-01-01
value: Received higher education college education (finding)
{
"resourceType": "Observation",
"id": "Education-level-example-dental",
"meta": {
"versionId": "3",
"lastUpdated": "2020-08-06T17:04:19.072+00:00",
"source": "#JtfdlChUIkdgBsah"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "82589-3",
"display": "Highest Level of Education"
}
]
},
"subject": {
"reference": "Patient/example-dental",
"display": "Patient A"
},
"effectivePeriod": {
"start": "2012-01-01",
"end": "2016-01-01"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "224302000",
"display": "Received higher education college education (finding)"
}
]
}
}