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

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypeGoal
IdGoal-goal-1.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 goal-1

Profile: US Core Goal Profile version: 9.0.0

lifecycleStatus: Active

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

subject: Amy Shaw

Targets

-Due[x]
*2016-04-05

expressedBy: Dr Ronald Bone


Source1

{
  "resourceType": "Goal",
  "id": "goal-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal|9.0.0"
    ]
  },
  "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/example",
    "display": "Amy Shaw"
  },
  "target": [
    {
      "dueDate": "2016-04-05"
    }
  ],
  "expressedBy": {
    "reference": "Practitioner/practitioner-1",
    "display": "Dr Ronald Bone"
  }
}