FHIR IG analytics| Package | hl7.fhir.us.bser |
| Resource Type | Observation |
| Id | Observation-observation-us-core-social-history-education-eve-everywoman.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-us-core-social-history-education-eve-everywoman
status: Final
category: Social History
code: Highest level of education
subject: Eve Everywoman
effective: 2019-01-17
performer: PractitionerRole Primary Care Clinic/Center
value: Elementary School
{
"resourceType": "Observation",
"id": "observation-us-core-social-history-education-eve-everywoman",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-social-history"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social History"
}
],
"text": "Social History"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "82589-3",
"display": "Highest level of education"
}
]
},
"subject": {
"reference": "Patient/patient-us-core-patient-eve-everywoman",
"display": "Eve Everywoman"
},
"effectiveDateTime": "2019-01-17",
"performer": [
{
"reference": "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-EducationLevel",
"code": "ELEM",
"display": "Elementary School"
}
],
"text": "Elementary School"
}
}