DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 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 . Page versions: R5 R4B R4 R3 R2

Diagnosticreport-example-dxa.json

Raw JSON (canonical form)

Imaging Example (Bone Density DXA)

{
  "resourceType": "DiagnosticReport",
  "id": "102",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "contained": [
    {
      "resourceType": "Observation",
      "id": "r1",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "24701-5",
            "display": "Femur DXA Bone density"
          }
        ]
      },
      "valueQuantity": {
        "value": 0.887,
        "units": "g/cm²",
        "system": "http://unitsofmeasure.org",
        "code": "g/cm-2"
      },
      "status": "final",
      "reliability": "ok",
      "bodySiteCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "71341001:272741003=7771000"
          }
        ]
      }
    }
  ],
  "name": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "38269-7"
      }
    ],
    "text": "DXA BONE DENSITOMETRY"
  },
  "status": "final",
  "issued": "2008-06-18T09:23:00+10:00",
  "subject": {
    "reference": "Patient/pat2"
  },
  "performer": {
    "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f",
    "display": "Acme Imaging Diagnostics"
  },
  "diagnosticDateTime": "2008-06-17",
  "result": [
    {
      "reference": "#r1"
    }
  ],
  "codedDiagnosis": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "391040000",
          "display": "At risk of osteoporotic fracture"
        }
      ]
    }
  ]
}

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.