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

FHIR IG analytics

Packagehl7.fhir.eu.hdr
Resource TypeDevice
IdDevice-pacemaker-001.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 pacemaker-001

Profile: Device (HDR)

identifier: https://hl7europe.org/example-identifier/pacemaker-001

UdiCarriers

-DeviceIdentifierCarrierHRF
*12345678901234(01)12345678901234

status: Active

manufacturer: MedDevice Inc.

expirationDate: 2028-06-30

lotNumber: LOTPM1234

serialNumber: SN987654321

modelNumber: MDX-5000

type: Implantable Pacemaker

patient: Fiona XXX_Swart


Source1

{
  "resourceType": "Device",
  "id": "pacemaker-001",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/hdr/StructureDefinition/device-eu-hdr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://hl7europe.org/example-identifier",
      "value": "pacemaker-001"
    }
  ],
  "udiCarrier": [
    {
      "deviceIdentifier": "12345678901234",
      "carrierHRF": "(01)12345678901234"
    }
  ],
  "status": "active",
  "manufacturer": "MedDevice Inc.",
  "expirationDate": "2028-06-30",
  "lotNumber": "LOTPM1234",
  "serialNumber": "SN987654321",
  "modelNumber": "MDX-5000",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "706004007",
        "display": "Implantable cardiac pacemaker"
      }
    ],
    "text": "Implantable Pacemaker"
  },
  "patient": {
    "reference": "Patient/patient-swart",
    "display": "Fiona XXX_Swart"
  }
}