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

FHIR IG analytics

Packagehl7.fhir.cz.ems
Resource TypeDevice
IdDevice-b15bd921-5bbe-46eb-8b69-4762dfadbd2a.json
FHIR VersionR4

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: Device b15bd921-5bbe-46eb-8b69-4762dfadbd2a

identifier: http://example.org/devices/DEF-123456

DeviceNames

-NameType
*Monitor/defibrilátor Lifepak 15User Friendly name

type: Electrocardiographic monitor and recorder


Source1

{
  "resourceType": "Device",
  "id": "b15bd921-5bbe-46eb-8b69-4762dfadbd2a",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-device-observer"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/devices",
      "value": "DEF-123456"
    }
  ],
  "deviceName": [
    {
      "name": "Monitor/defibrilátor Lifepak 15",
      "type": "user-friendly-name"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "86184003",
        "display": "Electrocardiographic monitor and recorder"
      }
    ]
  }
}