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: Weight measurement execution

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

    
{
  "resourceType": "http://hl7.org/dam/StructureDefinition/ActivityExecution",
  "hasAuthor": [
    {
      "reference": "http://hl7.org/dam/StructureDefinition/CareTeamMember/CareTeamMemberNurse"
    }
  ],
  "kind": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "39857003",
        "display": "Weighing patient"
      }
    ]
  },
  "refersTo": {
    "reference": "http://hl7.org/dam/StructureDefinition/CarePlanPatient/PatientBabySmith"
  }
}