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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeCarePlan
IdCarePlan-CarePlanMCR-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/PatientMCR-min "張睿寧"

就醫事件Encounter/EncounterMCR-min

醫師囑咐:禁食冰冷


Source1

{
  "resourceType": "CarePlan",
  "id": "CarePlanMCR-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/PatientMCR-min"
  },
  "encounter": {
    "reference": "Encounter/EncounterMCR-min"
  },
  "note": [
    {
      "text": "禁食冰冷"
    }
  ]
}