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

FHIR IG analytics

Packagehl7.fhir.eu.imaging-r5
Resource TypeImagingStudy
IdImagingStudy-ImagingStudStructuredReport.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: ImagingStudy ImagingStudStructuredReport

Language: en

Profile: ImagingStudy: General

Extension: Anatomical Region: Upper trunk

identifier: Study Instance UID/urn:oid:1.3.46.670589.58.10.10562925256214266678.11674839624289915183

status: Available

modality: Ultrasound

subject: 3D TEE 2D(official) (no stated gender), DoB: 1976-04-29 ( 00 CARDIAC 2)

started: 2025-04-29

basedOn: Identifier: Accession ID/87654321

series

uid: 1.3.46.670589.58.10.10562925256214266678.11674839624289915183.1

number: 1

modality: Ultrasound

description: Stress

BodySites

-Concept
*Upper trunk

performer

function: custodian

actor: Organization Ultrasound centrum

performer

function: location

actor: Organization Ultrasound centrum

series

uid: 1.3.46.670589.58.10.10562925256214266678.11674839624289915183.2

number: 2

modality: Ultrasound

description: Rest

BodySites

-Concept
*Heart structure (body structure)

performer

function: custodian

actor: Organization Ultrasound centrum

performer

function: location

actor: Organization Ultrasound centrum


Source1

{
  "resourceType": "ImagingStudy",
  "id": "ImagingStudStructuredReport",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/imaging-r5/StructureDefinition/ImagingStudyEuImaging"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.eu/fhir/imaging-r5/StructureDefinition/AnatomicalRegionExtension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "67734004",
            "display": "Upper trunk"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.eu/fhir/imaging-r5/CodeSystem/codesystem-missing-dicom-terminology",
            "code": "0020000D",
            "display": "Study Instance UID"
          }
        ]
      },
      "system": "urn:dicom:uid",
      "value": "urn:oid:1.3.46.670589.58.10.10562925256214266678.11674839624289915183"
    }
  ],
  "status": "available",
  "modality": [
    {
      "coding": [
        {
          "system": "http://dicom.nema.org/resources/ontology/DCM",
          "code": "US",
          "display": "Ultrasound"
        }
      ]
    }
  ],
  "subject": {
    "reference": "urn:uuid:11111111-2222-4333-8444-000000000003"
  },
  "started": "2025-04-29",
  "basedOn": [
    {
      "identifier": {
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
              "code": "ACSN"
            }
          ]
        },
        "system": "http://example.org/myhosptital/accessionsystem",
        "value": "87654321"
      }
    }
  ],
  "series": [
    {
      "uid": "1.3.46.670589.58.10.10562925256214266678.11674839624289915183.1",
      "number": 1,
      "modality": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "US",
            "display": "Ultrasound"
          }
        ]
      },
      "description": "Stress",
      "bodySite": {
        "concept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "67734004"
            }
          ]
        }
      },
      "performer": [
        {
          "function": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                "code": "CST"
              }
            ]
          },
          "actor": {
            "reference": "urn:uuid:11111111-2222-4333-8444-000000000007"
          }
        },
        {
          "function": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                "code": "LOC"
              }
            ]
          },
          "actor": {
            "reference": "urn:uuid:11111111-2222-4333-8444-000000000007"
          }
        }
      ]
    },
    {
      "uid": "1.3.46.670589.58.10.10562925256214266678.11674839624289915183.2",
      "number": 2,
      "modality": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "US",
            "display": "Ultrasound"
          }
        ]
      },
      "description": "Rest",
      "bodySite": {
        "concept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "80891009",
              "display": "Heart structure (body structure)"
            }
          ]
        }
      },
      "performer": [
        {
          "function": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                "code": "CST"
              }
            ]
          },
          "actor": {
            "reference": "urn:uuid:11111111-2222-4333-8444-000000000007"
          }
        },
        {
          "function": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                "code": "LOC"
              }
            ]
          },
          "actor": {
            "reference": "urn:uuid:11111111-2222-4333-8444-000000000007"
          }
        }
      ]
    }
  ]
}