Skip to content

Goal Profile

Canonical../StructureDefinition/nexus-emr-core-goal
Statusdraft (experimental) · 1.26.0
BaseGoal (constraint)
SourceFSH · JSON

Nexus EMR profile for Goal -- the measurable target behind CDM flowsheets and care gaps. First pass: lifecycle, description, target (measure/detail/due), addresses. Closed to SMART apps pending an exposure decision.

Examples

Example

Goal/nexus-emr-goal-example — claims conformance to Goal Profile

{
  "resourceType": "Goal",
  "id": "nexus-emr-goal-example",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-goal"
    ]
  },
  "lifecycleStatus": "active",
  "description": {
    "text": "HbA1c under 7.0%"
  },
  "subject": {
    "reference": "Patient/nexus-emr-patient-attachment-example",
    "display": "Avery Linwood"
  },
  "startDate": "2026-01-15",
  "target": [
    {
      "measure": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "4548-4",
            "display": "Hemoglobin A1c/Hemoglobin.total in Blood"
          }
        ]
      },
      "detailQuantity": {
        "value": 7,
        "comparator": "<",
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "dueDate": "2026-10-15"
    }
  ],
  "addresses": [
    {
      "reference": "Condition/avery-t2dm",
      "display": "Type 2 diabetes mellitus"
    }
  ]
}

Referenced by: nexus-emr-careplan-example