FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagendhm.in
Resource TypeImagingStudy
IdImagingStudy-example-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ImagingStudy example-01

identifier: https://xyz.in/DCMServer/7897

status: Available

subject: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

interpreter: Practitioner Dr. DEF

numberOfSeries: 1

numberOfInstances: 1

series

uid: 2.16.124.113543.6003.2588828330.45298.17418.2723805630

number: 1

modality: SNOMED CT 429858000: CT of head and neck

description: CT Surview 180

numberOfInstances: 1

bodySite: SNOMED CT 774007: Structure of head and/or neck

Instances

-UidSopClassNumberTitle
*2.16.124.113543.6003.189642796.63084.16748.2599092903unknown urn:oid:1.2.840.10008.5.1.4.1.1.2: urn:oid:1.2.840.10008.5.1.4.1.1.21CT of head and neck

Source1

{
  "resourceType": "ImagingStudy",
  "id": "example-01",
  "meta": {
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImagingStudy"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://xyz.in/DCMServer",
      "value": "7897"
    }
  ],
  "status": "available",
  "subject": {
    "reference": "Patient/example-01"
  },
  "interpreter": [
    {
      "reference": "Practitioner/example-01"
    }
  ],
  "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"
        }
      ]
    }
  ]
}