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

FHIR IG analytics

Packagephis.ig.dev
Resource TypeImagingStudy
IdImagingStudy-krcore-imagingstudy-example-01.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

Resource ImagingStudy "krcore-imagingstudy-example-01"

Profile: KR Core ImagingStudy Profile

status: registered

subject: Patient/krcore-patient-example-02 ""

started: 2023-04-01 14:05:00+0900

Series

-UidModality
*1.22.333.666666.4444.0123456789.55555.55555.0123456789Ultrasound (Details: DICOM code US = 'Ultrasound', stated as 'Ultrasound')

Source1

{
  "resourceType": "ImagingStudy",
  "id": "krcore-imagingstudy-example-01",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-imagingstudy"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "registered",
  "subject": {
    "reference": "Patient/krcore-patient-example-02"
  },
  "started": "2023-04-01T14:05:00+09:00",
  "series": [
    {
      "uid": "1.22.333.666666.4444.0123456789.55555.55555.0123456789",
      "modality": {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "code": "US",
        "display": "Ultrasound"
      }
    }
  ]
}