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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeGoal
IdGoal-goa-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: Goal goa-example

Profile: TW Core Goal

lifecycleStatus: Active

description: Patient is targeting a pulse oximetry of 92% and a weight of 195 lbs

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

Targets

-Due[x]
*2016-04-05

Source1

{
  "resourceType": "Goal",
  "id": "goa-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Goal-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "lifecycleStatus": "active",
  "description": {
    "text": "Patient is targeting a pulse oximetry of 92% and a weight of 195 lbs"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "target": [
    {
      "dueDate": "2016-04-05"
    }
  ]
}