Release 5 Preview #2

This page is part of the FHIR Specification (v4.4.0: R5 Preview #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Documentreference-example-xray.json

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Encounter, Patient, Practitioner, RelatedPerson

Raw JSON (canonical form + also see JSON Format Specification)

Xray of left hand

{
  "resourceType": "DocumentReference",
  "id": "xray",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Xray of left hand for Patient Henry Levin (MRN 12345) 2016-03-15</div>"
  },
  "status": "current",
  "subject": {
    "reference": "Patient/example"
  },
  "content": [
    {
      "id": "a1",
      "attachment": {
        "contentType": "image/jpeg",
        "url": "http://someimagingcenter.org/fhir/Binary/A12345",
        "creation": "2016-03-15",
        "height": 432,
        "width": 640
      }
    }
  ],
  "context": {
    "encounter": [
      {
        "reference": "Encounter/example"
      },
      {
        "identifier": {
          "system": "http://someclinic.org/fhir/NamingSystem/imaging-orders",
          "value": "111222",
          "assigner": {
            "display": "XYZ Medical Clinic"
          }
        }
      }
    ],
    "event": [
      {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "39714003",
            "display": "Skeletal X-ray of wrist and hand"
          }
        ]
      },
      {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "85151006",
            "display": "Structure of left hand (body structure)"
          }
        ]
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.