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

FHIR IG analytics

Packagetw.gov.mohw.nhi.pas
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

Generated Narrative: CarePlan careplan-min

status: Completed

intent: Plan

category: Assessment and Plan of Treatment

description: 1.Arrenge Arthrocentesis of Right knee and synovial fluid analysis (routine, culture and crystal analysis) after patient consent. 2.Analgesics. 3.Bed rest with ice packing if necessary.

subject: 王大明 Male, DoB: 2001-01-01 ( Medical record number (use: official, ))

encounter: Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = Family practice (qualifier value); period = 2025-11-11 --> (ongoing)


Source1

{
  "resourceType": "CarePlan",
  "id": "careplan-min",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/pas/StructureDefinition/CarePlan-twpas"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/careplan-category-tw",
          "code": "assess-plan"
        }
      ]
    }
  ],
  "description": "1.Arrenge Arthrocentesis of Right knee and synovial fluid analysis (routine, culture and crystal analysis) after patient consent. 2.Analgesics. 3.Bed rest with ice packing if necessary.",
  "subject": {
    "reference": "Patient/pat-min"
  },
  "encounter": {
    "reference": "Encounter/enc-opd"
  }
}