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

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting.r4
Resource TypeDevice
IdDevice-device-example.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-example

status: Active

manufacturer: Device Manufacturer Inc.

manufactureDate: 2023-01-15

expirationDate: 2028-01-15

lotNumber: LOT123456

serialNumber: SER987654

DeviceNames

-NameType
*No implantable devicesUser Friendly name

type: Cardiac transvenous pacemaker

patient: Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))


Source1

{
  "resourceType": "Device",
  "id": "device-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "manufacturer": "Device Manufacturer Inc.",
  "manufactureDate": "2023-01-15",
  "expirationDate": "2028-01-15",
  "lotNumber": "LOT123456",
  "serialNumber": "SER987654",
  "deviceName": [
    {
      "name": "No implantable devices",
      "type": "user-friendly-name"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "56961003",
        "display": "Cardiac transvenous pacemaker"
      }
    ]
  },
  "patient": {
    "reference": "Patient/patient-ledner"
  }
}