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: Respiratory assessment

This content is an example of the Planned Activity Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://hl7.org/dam/StructureDefinition/PlannedActivity",
  "hasAuthor": [
    {
      "reference": "http://hl7.org/dam/StructureDefinition/CareTeamMember/CareTeamMemberNurse"
    }
  ],
  "partOf": {
    "order": 2,
    "constitutive": "true"
  },
  "priority": {
    "priority": 1,
    "dateAssigned": "2025-01-15T11:00:00Z"
  },
  "revision": {
    "substantive": "true",
    "revisionDate": "2025-01-15T11:00:00Z",
    "version": 1
  },
  "targetPeriod": {
    "start": "2025-01-15",
    "end": "2025-02-28"
  },
  "activity": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "70082004",
        "display": "Respiratory function assessment"
      }
    ]
  },
  "classification": {
    "coding": [
      {
        "system": "http://example.org/activity-classification",
        "code": "assessment",
        "display": "Assessment"
      }
    ]
  },
  "targetFrequency": {
    "value": 4,
    "unit": "per day",
    "system": "http://unitsofmeasure.org",
    "code": "/d"
  },
  "preCondition": {
    "coding": [
      {
        "system": "http://example.org/preconditions",
        "code": "no-active-intervention",
        "display": "No active respiratory intervention in progress"
      }
    ]
  },
  "postCondition": {
    "coding": [
      {
        "system": "http://example.org/postconditions",
        "code": "assessment-documented",
        "display": "Assessment documented"
      }
    ]
  },
  "refersTo": {
    "reference": "http://hl7.org/dam/StructureDefinition/CarePlanPatient/PatientBabySmith"
  },
  "supportingContent": "Assess respiratory rate, effort, oxygen saturation. Document any supplemental oxygen requirements."
}