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

FHIR IG analytics

Packagehl7.fhir.uv.imaging-service-request-ig
Resource TypeImagingSelection
IdImagingSelection-example-2d-image-region-selection.json
FHIR VersionR6

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 example-2d-image-region-selection

Language: en

status: Available

code: Image Region

subject: Identifier: https://fhirhospital.org/KUTGIQCVCDRHVBUK

derivedFrom: Identifier: DICOM Unique Id/urn:oid:1.2.840.113747.20080222.35738167372924306270412538783781

studyUid: 1.2.840.113747.20080222.35738167372924306270412538783781

seriesUid: 1.2.840.113747.20080222.35738167372924306270412538783781.1

frameOfReferenceUid: 1.2.840.113747.20080222.35738167372924306270412538783781.1.0

instance

uid: 1.2.840.113747.20080222.35738167368358372924412538783781.1.0

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


Source1

{
  "resourceType": "ImagingSelection",
  "id": "example-2d-image-region-selection",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "available",
  "code": {
    "coding": [
      {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "code": "111030"
      }
    ]
  },
  "subject": {
    "type": "Patient",
    "identifier": {
      "system": "https://fhirhospital.org",
      "value": "KUTGIQCVCDRHVBUK"
    }
  },
  "derivedFrom": {
    "type": "ImagingStudy",
    "identifier": {
      "system": "urn:dicom:uid",
      "value": "urn:oid:1.2.840.113747.20080222.35738167372924306270412538783781"
    }
  },
  "studyUid": "1.2.840.113747.20080222.35738167372924306270412538783781",
  "seriesUid": "1.2.840.113747.20080222.35738167372924306270412538783781.1",
  "frameOfReferenceUid": "1.2.840.113747.20080222.35738167372924306270412538783781.1.0",
  "instance": [
    {
      "uid": "1.2.840.113747.20080222.35738167368358372924412538783781.1.0",
      "sopClass": "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
          ]
        }
      ]
    }
  ]
}