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

FHIR IG analytics

Packageihe.rad.imr
Resource TypeImagingStudy
IdImagingStudy-ex-ImagingStudy-Comparison.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

ResourceImagingStudy "ex-ImagingStudy-Comparison"

Profile: IMR ImagingStudy

identifier: DICOM Unique Id/urn:oid:5.6.7.8.9

status: available

modality: Computed Tomography (Details: DICOM code CT = ' Computed Tomography ', stated as ' Computed Tomography ')

subject: Patient/ex-Patient " SMITH"

started: 2020-01-01 23:30:50-0500

endpoint: Endpoint/ex-ImagingStudyEndpoint-Study

procedureCode: CT Chest WO Contrast (LOINC#29252-4)

Series

-UidModality
*5.6.7.8.9.1Computed Tomography (Details: DICOM code CT = ' Computed Tomography ', stated as ' Computed Tomography ')

Source1

{
  "resourceType": "ImagingStudy",
  "id": "ex-ImagingStudy-Comparison",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/RAD/IMR/StructureDefinition/imr-imagingstudy"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:dicom:uid",
      "value": "urn:oid:5.6.7.8.9"
    }
  ],
  "status": "available",
  "modality": [
    {
      "system": "http://dicom.nema.org/resources/ontology/DCM",
      "code": "CT",
      "display": "Computed Tomography"
    }
  ],
  "subject": {
    "reference": "Patient/ex-Patient"
  },
  "started": "2020-01-01T23:30:50-05:00",
  "endpoint": [
    {
      "reference": "Endpoint/ex-ImagingStudyEndpoint-Study"
    }
  ],
  "procedureCode": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "29252-4",
          "display": "CT Chest WO Contrast"
        }
      ]
    }
  ],
  "series": [
    {
      "uid": "5.6.7.8.9.1",
      "modality": {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "code": "CT",
        "display": "Computed Tomography"
      }
    }
  ]
}