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 status observation

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

    
{
  "resourceType": "http://hl7.org/dam/StructureDefinition/ActivityOutcomeObservation",
  "hasAuthor": [
    {
      "reference": "http://hl7.org/dam/StructureDefinition/CareTeamMember/CareTeamMemberNurse"
    }
  ],
  "propertyAssessed": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "53756-3",
        "display": "Respiratory status finding"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "252465000",
        "display": "Pulse oximetry"
      }
    ]
  },
  "refersTo": {
    "reference": "http://hl7.org/dam/StructureDefinition/CarePlanPatient/PatientBabySmith"
  },
  "result": "Stable on room air, SpO2 98%"
}