FHIR Implementation Guide for NDHM CI Build v2.0
banner

NDHM (R4), Published and maintained by NRCeS for NHA.
This version is based on the NDHM Health Data Interchange Specifications 1.0 and updated periodically.

JSON Format: ImagingStudy-example-01

Download Raw json

{
  "resourceType" : "ImagingStudy",
  "id" : "example-01",
  "meta" : {
    "profile" : [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImagingStudy"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">HEAD and NECK CT DICOM imaging study</div>"
  },
  "identifier" : [
    {
      "system" : "https://xyz.in/DCMServer",
      "value" : "7897"
    }
  ],
  "status" : "available",
  "subject" : {
    "reference" : "Patient/1"
  },
  "interpreter" : [
    {
      "reference" : "Practitioner/1"
    }
  ],
  "numberOfSeries" : 1,
  "numberOfInstances" : 1,
  "series" : [
    {
      "uid" : "2.16.124.113543.6003.2588828330.45298.17418.2723805630",
      "number" : 1,
      "modality" : {
        "system" : "http://snomed.info/sct",
        "code" : "429858000",
        "display" : "CT of head and neck"
      },
      "description" : "CT Surview 180",
      "numberOfInstances" : 1,
      "bodySite" : {
        "system" : "http://snomed.info/sct",
        "code" : "774007",
        "display" : "Structure of head and/or neck"
      },
      "instance" : [
        {
          "uid" : "2.16.124.113543.6003.189642796.63084.16748.2599092903",
          "sopClass" : {
            "system" : "urn:ietf:rfc:3986",
            "code" : "urn:oid:1.2.840.10008.5.1.4.1.1.2"
          },
          "number" : 1,
          "title" : "CT of head and neck"
        }
      ]
    }
  ]
}