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

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeDevice
IdDevice-udi-3.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 udi-3

version: 2; Last updated: 2019-04-11 16:21:48+0000

Profile: US Core Implantable Device Profileversion: null8.0.0)

UdiCarriers

-DeviceIdentifierCarrierHRFEntryType
*987979879879(01)987979879879(11)191015(17)220101(10)M320(21)AC221RFID

status: Active

manufacturer: ACME Biomedical

manufactureDate: 2015-10-15

expirationDate: 2022-01-01

lotNumber: M320

serialNumber: AC221

DeviceNames

-NameType
*ACME Knee Replacement DeviceUDI Label name

modelNumber: 1.0

type: Knee joint prosthesis

patient: Amy V. Shaw


Source1

{
  "resourceType": "Device",
  "id": "udi-3",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2019-04-11T16:21:48.921+00:00",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device|8.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "udiCarrier": [
    {
      "deviceIdentifier": "987979879879",
      "carrierHRF": "(01)987979879879(11)191015(17)220101(10)M320(21)AC221",
      "entryType": "rfid"
    }
  ],
  "status": "active",
  "manufacturer": "ACME Biomedical",
  "manufactureDate": "2015-10-15",
  "expirationDate": "2022-01-01",
  "lotNumber": "M320",
  "serialNumber": "AC221",
  "deviceName": [
    {
      "name": "ACME Knee Replacement Device",
      "type": "udi-label-name"
    }
  ],
  "modelNumber": "1.0",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/731000124108",
        "code": "109228008",
        "display": "Knee joint prosthesis"
      }
    ],
    "text": "Knee joint prosthesis"
  },
  "patient": {
    "reference": "Patient/example",
    "display": "Amy V. Shaw"
  }
}