FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Imagingstudy-example-xr.json

Imaging Integration Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Patient

Raw JSON (canonical form)

Example XR imaging study with full elements

{
  "resourceType": "ImagingStudy",
  "id": "example-xr",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">XR Wrist 3+ Views. John Smith (MRN: 09236). Accession: W12342398. Performed: 2017-01-01. 1 series, 2 images.</div>"
  },
  "uid": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430046",
  "accession": {
    "use": "usual",
    "type": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/v2/0203",
          "code": "ACSN"
        }
      ]
    },
    "value": "W12342398",
    "assigner": {
      "reference": "Organization/dicom-organization"
    }
  },
  "identifier": [
    {
      "use": "secondary",
      "value": "55551234",
      "assigner": {
        "reference": "Organization/dicom-organization"
      }
    }
  ],
  "availability": "ONLINE",
  "modalityList": [
    {
      "system": "http://dicom.nema.org/resources/ontology/DCM",
      "code": "DX"
    }
  ],
  "patient": {
    "reference": "Patient/dicom"
  },
  "context": {
    "reference": "Encounter/example"
  },
  "started": "2017-01-01T11:01:20+03:00",
  "basedOn": [
    {
      "reference": "ProcedureRequest/example"
    }
  ],
  "referrer": {
    "reference": "Practitioner/example"
  },
  "interpreter": [
    {
      "reference": "Practitioner/example"
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/example-wadors"
    }
  ],
  "numberOfSeries": 1,
  "numberOfInstances": 2,
  "procedureReference": [
    {
      "reference": "Procedure/example"
    }
  ],
  "procedureCode": [
    {
      "coding": [
        {
          "system": "http://www.radlex.org",
          "code": "RPID2589",
          "display": "XR Wrist 3+ Views"
        }
      ],
      "text": "XR Wrist 3+ Views"
    }
  ],
  "reason": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "357009",
        "display": "Closed fracture of trapezoidal bone of wrist"
      }
    ]
  },
  "description": "XR Wrist 3+ Views",
  "series": [
    {
      "uid": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045.1",
      "number": 3,
      "modality": {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "code": "DX"
      },
      "description": "XR Wrist 3+ Views",
      "numberOfInstances": 2,
      "availability": "ONLINE",
      "endpoint": [
        {
          "reference": "Endpoint/example-wadors"
        }
      ],
      "bodySite": {
        "system": "http://snomed.info/sct",
        "code": "T-15460",
        "display": "Wrist Joint"
      },
      "laterality": {
        "system": "http://snomed.info/sct",
        "code": "419161000",
        "display": "Unilateral left"
      },
      "started": "2011-01-01T11:01:20+03:00",
      "performer": [
        {
          "reference": "Practitioner/example"
        }
      ],
      "instance": [
        {
          "uid": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045.1.1",
          "number": 1,
          "sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.2",
          "title": "PA VIEW"
        },
        {
          "uid": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045.1.2",
          "number": 2,
          "sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.2",
          "title": "LL VIEW"
        }
      ]
    }
  ]
}

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.