This page is part of the Da Vinci Payer Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Previous Page - US Core Encounter
This IG supports the full complement of US Core profiles. They are supported to enable a payer to produce FHIR resources from data provided in other formats.
For some resources, payers are unlikely to have the clinical information necessary to create a valid US Core resource. The US Core Goal Profile is one potential example of a resource that payers may be unable to create from the source clinical data they have available.
A valid US Core Goal profile in addition to a reference to a member, using the US Core Patient resource, will require a lifecycleStatus, a description of the goal and, optionally, a target date.
The essential fields (Must Support or Cardinality greater than 0..*) to be provided in the US Core Goal resource are:
R4 Element | Name | Cardinality | Type |
---|---|---|---|
Goal.lifecycleStatus | lifecycleStatus | 1..1 | code |
Goal.description | description | 1..1 | CodeableConcept |
Goal.subject | subject | 1..1 | Reference(US Core Patient Profile) |
Goal.target | target | 0..* | BackboneElement |
Goal.due[x]:dueDate | due[x]:dueDate | 0..1 | date |
An example mapping of a Goal resource is shown here:
{ "resourceType" : "Goal", "id" : "goal-1", "meta" : { "profile" : [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal" ] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Generated Narrative
id: goal-1
meta:
lifecycleStatus: active
description: <span title=\"Codes: \">Patient is targeting a pulse oximetry of 92% and a weight of 195 lbs</span>
subject: <a href=\"Patient-example.html\">Amy Shaw. Generated Summary: id: example; Medical Record Number = 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: 1987-02-20</a>
Targets
<table class=\"grid\">- Due[x] </table></div>" }, "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" } ] } * 2016-04-05