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
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": 1,
"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": "39857003",
"display": "Weighing patient"
}
]
},
"classification": {
"coding": [
{
"system": "http://example.org/activity-classification",
"code": "assessment",
"display": "Assessment"
}
]
},
"targetFrequency": {
"value": 1,
"unit": "per day",
"system": "http://unitsofmeasure.org",
"code": "/d"
},
"preCondition": {
"coding": [
{
"system": "http://example.org/preconditions",
"code": "infant-stable",
"display": "Infant clinically stable"
}
]
},
"postCondition": {
"coding": [
{
"system": "http://example.org/postconditions",
"code": "weight-recorded",
"display": "Weight recorded in chart"
}
]
},
"refersTo": {
"reference": "http://hl7.org/dam/StructureDefinition/CarePlanPatient/PatientBabySmith"
},
"supportingContent": "Use calibrated infant scale. Weigh at same time each day, before feeding."
}