FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | Observation |
| Id | Observation-ObservationOccupationMCR-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)
項目:Occupation [Type] ( LOINCCodes#85658-3)
病人:Patient/PatientMCR-min "張睿寧"
職業:製造業
{
"resourceType": "Observation",
"id": "ObservationOccupationMCR-min",
"meta": {
"profile": [
"https://fhir.cohesiondata.com/clinemr/StructureDefinition/observationoccupation-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": "85658-3",
"display": "Occupation [Type]"
}
],
"text": "Occupation [Type]"
},
"subject": {
"reference": "Patient/PatientMCR-min"
},
"encounter": {
"reference": "Encounter/EncounterMCR-min"
},
"valueCodeableConcept": {
"text": "製造業"
}
}