FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.qicore.r4b
Resource TypeObservation
IdObservation-example-nonpatient-mechanical-ventilator.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation example-nonpatient-mechanical-ventilator

status: Final

category: Device (physical object)

code: Mechanical ventilator (physical object)

subject: Ventilator

effective: 2023-07-07

performer: Hendricks Country Hospital

value: Equipment available (finding)


Source1

{
  "resourceType": "Observation",
  "id": "example-nonpatient-mechanical-ventilator",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-nonpatient-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "49062001",
          "display": "Device (physical object)"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "449071006",
        "display": "Mechanical ventilator (physical object)"
      }
    ]
  },
  "subject": {
    "reference": "Device/example",
    "display": "Ventilator"
  },
  "effectiveDateTime": "2023-07-07",
  "performer": [
    {
      "reference": "Organization/example1",
      "display": "Hendricks Country Hospital"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "735333005",
        "display": "Equipment available (finding)"
      }
    ]
  }
}