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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeDevice
IdDevice-Device-Pacemaker.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 Device-Pacemaker

manufacturer: Medtronic

modelNumber: W1DR01

type: Cardiac pacemaker

patient: Pokusný pacient Mračena


Source1

{
  "resourceType": "Device",
  "id": "Device-Pacemaker",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-medical-device"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "manufacturer": "Medtronic",
  "modelNumber": "W1DR01",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "14106009",
        "display": "Cardiac pacemaker"
      }
    ]
  },
  "patient": {
    "reference": "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000",
    "display": "Pokusný pacient Mračena"
  }
}