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

FHIR IG analytics

Packageacme.canada.2023
Resource TypeDevice
IdDevice-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Device",
  "id": "1",
  "meta": {
    "profile": [
      "https://fake-acme.org/fhir/ca/StructureDefinition/MaintainedDevice"
    ]
  },
  "extension": [
    {
      "url": "https://fake-acme.org/fhir/ca/StructureDefinition/TotalDeviceHours",
      "valueDecimal": 1200
    },
    {
      "url": "https://fake-acme.org/fhir/ca/StructureDefinition/MaintenanceEvent",
      "extension": [
        {
          "url": "datePerformed",
          "valueDate": "2022-10-26"
        },
        {
          "url": "currentDeviceHours",
          "valueDecimal": 1200
        },
        {
          "url": "performer",
          "valueString": "Lazlo Cravensworth"
        }
      ]
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "702172008",
        "display": "Home continuous positive airway pressure unit (physical object)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/4"
  }
}