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-f201-brainct.json

Raw JSON (canonical form)

Real-world patient example

{
  "resourceType": "DiagnosticReport",
  "id": "f201",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "name": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "429858000",
        "display": "Computed tomography (CT) of head and neck"
      }
    ],
    "text": "CT of head-neck"
  },
  "status": "final",
  "issued": "2012-12-01T12:00:00+01:00",
  "subject": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "performer": {
    "reference": "Organization/f203",
    "display": "Blijdorp MC"
  },
  "serviceCategory": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "394914008",
        "display": "Radiology"
      },
      {
        "system": "http://hl7.org/fhir/v2/0074",
        "code": "RAD"
      }
    ]
  },
  "diagnosticDateTime": "2012-12-01T12:00:00+01:00",
  "conclusion": "CT brains: large tumor sphenoid/clivus.",
  "codedDiagnosis": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "188340000",
          "display": "Malignant tumor of craniopharyngeal duct"
        }
      ]
    }
  ]
}

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.