FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeCarePlan
IdCarePlan-CarePlanTCMCR-min.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

關懷計畫

狀態:Completed ( RequestStatus#completed)

類別:Proposal ( Care Plan Intent#proposal)

病人Patient/PatientTCMCR-min "陳美真"

就醫事件Encounter/EncounterTCMCR-min

醫師囑咐:多多休息


Source1

{
  "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": "多多休息"
    }
  ]
}