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

FHIR IG analytics

Packagetw.cathay.fhir.imri
Resource TypeCarePlan
IdCarePlan-CarePlan-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/Patient-min "安格斯"

就醫事件Encounter/Encounter-min

出院指示:出院指示

出院指示藥物MedicationRequest/MedicationRequest-min


Source1

{
  "resourceType": "CarePlan",
  "id": "CarePlan-min",
  "meta": {
    "profile": [
      "https://imri.cgh.org.tw/imri/StructureDefinition/careplan-imri"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "proposal",
  "description": "出院指示",
  "subject": {
    "reference": "Patient/Patient-min"
  },
  "encounter": {
    "reference": "Encounter/Encounter-min"
  },
  "activity": [
    {
      "reference": {
        "reference": "MedicationRequest/MedicationRequest-min"
      }
    }
  ]
}