FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | Observation |
| Id | Observation-ObservationEducationLevelDCR-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
狀態:Final ( ObservationStatus#final)
分類: Social History ( Observation Category Codes#social-history)
項目:最高教育程度 ( LOINCCodes#80913-7)
病人:Patient/PatientDCR-min "王童"
就醫事件:Encounter/EncounterDCR-min
教育程度:大學
{
"resourceType": "Observation",
"id": "ObservationEducationLevelDCR-min",
"meta": {
"profile": [
"https://fhir.cohesiondata.com/clinemr/StructureDefinition/observationeducationlevel-clinemr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "80913-7",
"display": "Highest level of education [US Standard Certificate of Death]"
}
],
"text": "最高教育程度"
},
"subject": {
"reference": "Patient/PatientDCR-min"
},
"encounter": {
"reference": "Encounter/EncounterDCR-min"
},
"valueCodeableConcept": {
"text": "大學"
}
}