ResMed Core Implementation Guide
0.37.0 - ci-build
ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "airsense-10-humidifier-protect-fault",
"meta" : {
"profile" : [
🔗 "http://resmed.com/fhir/core/StructureDefinition/resmed-fault-observation"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"airsense-10-humidifier-protect-fault\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation "airsense-10-humidifier-protect-fault" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-fault-observation.html\">ResMed Fault Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: Apr 2, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: Single fault observation, as reported by the device <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-code-system.html\">ResMed observation CodeSystem</a>#fault)</span></p><p><b>effective</b>: 2021-04-01</p><p><b>issued</b>: Apr 2, 2021, 6:28:17 PM</p><p><b>value</b>: ProtectionFETShortCircuit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-humidifier-fault-code-code-system.html\">ResMed Humidifier Fault Event</a>#ProtectionFETShortCircuit)</span></p><p><b>device</b>: <a href=\"Device-airsense-10.html\">Device/airsense-10</a></p></div>"
},
"extension" : [
{
"url" : "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime",
"valueInstant" : "2021-04-02T13:47:17.239-05:00"
}
],
"status" : "preliminary",
"code" : {
"coding" : [
{
"system" : "http://terminology.resmed.com/CodeSystem/resmed-observation-code-system",
"code" : "fault"
}
]
},
"effectiveDateTime" : "2021-04-01",
"issued" : "2021-04-02T13:28:17.239-05:00",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.resmed.com/CodeSystem/resmed-humidifier-fault-code-code-system",
"code" : "ProtectionFETShortCircuit"
}
]
},
"device" : {
🔗 "reference" : "Device/airsense-10"
}
}