MyHealthWay
1.0.0 - Trial-Implementation KR

MyHealthWay - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MyHealthWay ImagingStudy Example - JSON Representation

Raw json | Download


{
  "resourceType" : "ImagingStudy",
  "id" : "MyHealthWayImagingStudyExample",
  "meta" : {
    "profile" : [
      🔗 "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-imagingstudy"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImagingStudy</b><a name=\"MyHealthWayImagingStudyExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ImagingStudy &quot;MyHealthWayImagingStudyExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-myhealthway-imagingstudy.html\">MyHealthWay ImagingStudy Profile</a></p></div><p><b>identifier</b>: id:\u00a0imagingStudy-example</p><p><b>status</b>: registered</p><p><b>subject</b>: <a href=\"Patient-MyHealthWayPatientExample.html\">Patient/MyHealthWayPatientExample</a> &quot;&quot;</p><p><b>encounter</b>: <a href=\"Encounter-MyHealthWayEncounterExample.html\">Encounter/MyHealthWayEncounterExample</a></p><p><b>started</b>: 2023-04-01 14:05:00+0900</p><p><b>endpoint</b>: <a href=\"Endpoint-MyHealthWayEndpointExample.html\">Endpoint/MyHealthWayEndpointExample</a> &quot;PACS Hospital DICOM WADO-RS endpoint&quot;</p><h3>Series</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>Modality</b></td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>1.22.333.666666.4444.0123456789.55555.55555.0123456789</td><td>Ultrasound (Details: DICOM code US = 'Ultrasound', stated as 'Ultrasound')</td><td>Ultrasound</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.example.com",
      "value" : "imagingStudy-example"
    }
  ],
  "status" : "registered",
  "subject" : {
    🔗 "reference" : "Patient/MyHealthWayPatientExample"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/MyHealthWayEncounterExample"
  },
  "started" : "2023-04-01T14:05:00+09:00",
  "endpoint" : [
    {
      🔗 "reference" : "Endpoint/MyHealthWayEndpointExample"
    }
  ],
  "series" : [
    {
      "uid" : "1.22.333.666666.4444.0123456789.55555.55555.0123456789",
      "modality" : {
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "code" : "US",
        "display" : "Ultrasound"
      },
      "description" : "Ultrasound"
    }
  ]
}