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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeCarePlan
IdCarePlan-careplan-example.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-example

status: Active

intent: Order

category: Assessment and Plan of Treatment

subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))


Source1

{
  "resourceType": "CarePlan",
  "id": "careplan-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/CarePlan-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/careplan-category-tw",
          "code": "assess-plan"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/pat-example"
  }
}