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

Language: en

status: Available

code: Image Region

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

frameOfReferenceUid: 1.2.840.113747.20080222.35738167372924306270412538783781.1.0

imageRegion3D

regionType: ELLIPSE

coordinate: -50, -50, -50, 50, 50, 50, 25, -25, 0, -25, 25, 0


Source1

{
  "resourceType": "ImagingSelection",
  "id": "example-3d-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"
    }
  },
  "frameOfReferenceUid": "1.2.840.113747.20080222.35738167372924306270412538783781.1.0",
  "imageRegion3D": [
    {
      "regionType": "ellipse",
      "coordinate": [
        -50,
        -50,
        -50,
        50,
        50,
        50,
        25,
        -25,
        0,
        -25,
        25,
        0
      ]
    }
  ]
}