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

FHIR IG analytics

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

status: Active

manufacturer: ACME Biomedical

serialNumber: AC22112345

DeviceNames

-NameType
*ACME basics folding walkermanufacturer-name

modelNumber: 1.0

type: Walker

patient: Amy V. Shaw


Source1

{
  "resourceType": "Device",
  "id": "udi-5",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-device|9.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "manufacturer": "ACME Biomedical",
  "serialNumber": "AC22112345",
  "deviceName": [
    {
      "name": "ACME basics folding walker",
      "type": "manufacturer-name"
    }
  ],
  "modelNumber": "1.0",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/731000124108",
        "code": "467068002",
        "display": "Basic walking frame, foldable (physical object)"
      }
    ],
    "text": "Walker"
  },
  "patient": {
    "reference": "Patient/example",
    "display": "Amy V. Shaw"
  }
}