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

FHIR IG analytics

Packagehl7.fhir.uv.oo-incubator
Resource TypeDeviceDispense
IdDeviceDispense-example.json
FHIR VersionR6

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

[Put rendering here]

Source1

{
  "resourceType": "DeviceDispense",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceDispense|0.1.0",
  "id": "example",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "device": {
    "concept": {
      "coding": [
        {
          "system": "https://www.gs1.org/gtin",
          "code": "00613994223838",
          "display": "ADAPTA (TM) Pacemaker"
        }
      ]
    }
  },
  "subject": {
    "reference": "Patient/pat1",
    "display": "Donald Duck"
  }
}