FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | CarePlan |
| Id | CarePlan-CarePlanTCMCR-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
狀態:Completed ( RequestStatus#completed)
類別:Proposal ( Care Plan Intent#proposal)
病人:Patient/PatientTCMCR-min "陳美真"
就醫事件:Encounter/EncounterTCMCR-min
醫師囑咐:多多休息
{
"resourceType": "CarePlan",
"id": "CarePlanTCMCR-min",
"meta": {
"profile": [
"https://fhir.cohesiondata.com/clinemr/StructureDefinition/careplan-clinemr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "proposal",
"subject": {
"reference": "Patient/PatientTCMCR-min"
},
"encounter": {
"reference": "Encounter/EncounterTCMCR-min"
},
"note": [
{
"text": "多多休息"
}
]
}