0.1.0 - ci-build

CarePlanDAM - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Example Binary: Discharge from NICU

This content is an example of the Care Plan Goal Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://hl7.org/dam/StructureDefinition/CarePlanGoal",
  "hasAuthor": [
    {
      "reference": "http://hl7.org/dam/StructureDefinition/CareTeamMember/CareTeamMemberPhysician"
    }
  ],
  "partOf": {
    "order": 1,
    "constitutive": "true"
  },
  "priority": {
    "priority": 1,
    "dateAssigned": "2025-01-15T10:00:00Z"
  },
  "revision": {
    "substantive": "true",
    "revisionDate": "2025-01-15T10:00:00Z",
    "version": 1
  },
  "desiredStateFinding": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "306689006",
        "display": "Discharge to home"
      }
    ]
  },
  "desiredStateMeasureDimension": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA9622-7",
        "display": "Discharge disposition"
      }
    ]
  },
  "desiredStateMeasureValue": {
    "value": 1,
    "unit": "event"
  },
  "refersTo": {
    "reference": "http://hl7.org/dam/StructureDefinition/CarePlanPatient/PatientBabySmith"
  },
  "targetDateTime": "2025-02-28T12:00:00Z",
  "description": "Discharge from NICU"
}