HL7 Czech EMS Implementation Guide
0.0.2 - ci-build Czechia flag

HL7 Czech EMS Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-ems/ and changes regularly. See the Directory of published versions

: Medical Device: Defibrillator and monitor - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "b15bd921-5bbe-46eb-8b69-4762dfadbd2a",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.cz/fhir/core/StructureDefinition/cz-device-observer"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device b15bd921-5bbe-46eb-8b69-4762dfadbd2a</b></p><a name=\"b15bd921-5bbe-46eb-8b69-4762dfadbd2a\"> </a><a name=\"hcb15bd921-5bbe-46eb-8b69-4762dfadbd2a\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7-cz/cz-core/StructureDefinition-cz-device-observer.html\">Device: Performer/Observer (CZ)</a></p></div><p><b>identifier</b>: <code>http://example.org/devices</code>/DEF-123456</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Monitor/defibrilátor Lifepak 15</td><td>User Friendly name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 86184003}\">Electrocardiographic monitor and recorder</span></p></div>"
  },
  "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"
      }
    ]
  }
}