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

FHIR IG analytics

Packageihe.rad.ira
Resource TypeImagingSelection
IdImagingSelection-example-ImagingSelectionContent.json
FHIR VersionR5

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: ImagingSelection

Resource ImagingSelection "example-ImagingSelectionContent"

Profile: ImagingSelection Content

status: unknown

subject: Patient/example-PatientContext " SMITH"

code: For Diagnosis (DICOM#128195)

studyUid: 1.2.3.4.5

derivedFrom: ImagingStudy/example-ImagingStudyContext

seriesUid: 1.2.3.4.5.1

instance

uid: 1.2.3.4.5.1.1

sopClass: urn:oid:1.2.840.10008.5.1.4.1.1.2 (Details: urn:ietf:rfc:3986 code urn:oid:1.2.840.10008.5.1.4.1.1.2 = 'urn:oid:1.2.840.10008.5.1.4.1.1.2', stated as 'null')

ImageRegion2Ds

-RegionTypeCoordinate
*polyline0.25, 0.25, 0.75, 0.25, 0.75, 0.75, 0.25, 0.75, 0.25, 0.25

Source1

{
  "resourceType": "ImagingSelection",
  "id": "example-ImagingSelectionContent",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/RAD/IRA/StructureDefinition/imagingselectioncontent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "unknown",
  "subject": {
    "reference": "Patient/example-PatientContext"
  },
  "code": {
    "coding": [
      {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "code": "128195",
        "display": "For Diagnosis"
      }
    ]
  },
  "studyUid": "1.2.3.4.5",
  "derivedFrom": [
    {
      "reference": "ImagingStudy/example-ImagingStudyContext"
    }
  ],
  "seriesUid": "1.2.3.4.5.1",
  "instance": [
    {
      "uid": "1.2.3.4.5.1.1",
      "sopClass": {
        "system": "urn:ietf:rfc:3986",
        "code": "urn:oid:1.2.840.10008.5.1.4.1.1.2"
      },
      "imageRegion2D": [
        {
          "regionType": "polyline",
          "coordinate": [
            0.25,
            0.25,
            0.75,
            0.25,
            0.75,
            0.75,
            0.25,
            0.75,
            0.25,
            0.25
          ]
        }
      ]
    }
  ]
}