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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeDevice
IdPOD.571bc16f-a7eb-4f44-85d8-5d88a1bff9aa.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Device",
  "id": "POD.571bc16f-a7eb-4f44-85d8-5d88a1bff9aa",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/Device"
    ]
  },
  "udiCarrier": [
    {
      "deviceIdentifier": "4 1234567 8 910",
      "entryType": "barcode",
      "carrierAIDC": "NCAxMjM0NTY3IDggOTEw"
    }
  ],
  "status": "active",
  "manufacturer": "NOME DEL PRODUTTORE",
  "manufactureDate": "2023-01-04T09:15:25.414+02:00",
  "expirationDate": "2023-12-03T09:15:25.414+02:00",
  "lotNumber": "8-910",
  "serialNumber": "4-1234567",
  "deviceName": [
    {
      "name": "Stetoscopio",
      "type": "user-friendly-name"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "53639001",
        "display": "Stethoscope"
      }
    ]
  }
}