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

FHIR IG analytics

Packagehl7.fhir.kr.core
Resource TypeImagingStudy
IdImagingStudy-krcore-imagingstudy-example-02.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 krcore-imagingstudy-example-02

status: Registered

modality: DICOM NM: Nuclear Medicine

subject: 김영희 Female, DoB: 1971-11-11 ( Medical record number)

started: 2025-06-01 09:00:00+0900

numberOfSeries: 1

numberOfInstances: 12

description: 방사성동위원소 상지정맥 촬영

series

uid: 1.2.840.113619.2.55.3.604688352.876.1591787301.467

number: 1

modality: DICOM NM: Nuclear Medicine

description: Dynamic flow study of upper limb veins

numberOfInstances: 12

bodySite: SNOMED CT 53120007: Upper limb structure (body structure)

Instances

-UidSopClassTitle
*1.2.840.113619.2.55.3.604688352.876.1591787301.468unknown urn:oid:1.2.840.10008.5.1.4.1.1.20: Nuclear Medicine Image IODFrame 1

Source1

{
  "resourceType": "ImagingStudy",
  "id": "krcore-imagingstudy-example-02",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-imagingstudy"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "registered",
  "modality": [
    {
      "system": "http://dicom.nema.org/resources/ontology/DCM",
      "code": "NM",
      "display": "Nuclear Medicine"
    }
  ],
  "subject": {
    "reference": "Patient/krcore-patient-example-02"
  },
  "started": "2025-06-01T09:00:00+09:00",
  "numberOfSeries": 1,
  "numberOfInstances": 12,
  "description": "방사성동위원소 상지정맥 촬영",
  "series": [
    {
      "uid": "1.2.840.113619.2.55.3.604688352.876.1591787301.467",
      "number": 1,
      "modality": {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "code": "NM",
        "display": "Nuclear Medicine"
      },
      "description": "Dynamic flow study of upper limb veins",
      "numberOfInstances": 12,
      "bodySite": {
        "system": "http://snomed.info/sct",
        "code": "53120007",
        "display": "Upper limb structure (body structure)"
      },
      "instance": [
        {
          "uid": "1.2.840.113619.2.55.3.604688352.876.1591787301.468",
          "sopClass": {
            "system": "urn:ietf:rfc:3986",
            "code": "urn:oid:1.2.840.10008.5.1.4.1.1.20",
            "display": "Nuclear Medicine Image IOD"
          },
          "title": "Frame 1"
        }
      ]
    }
  ]
}