MyHealthWay - Local Development build (v0.1.1). See the Directory of published versions
: MyHealthWay ImagingStudy Example - XML Representation
Raw xml | Download
<ImagingStudy xmlns="http://hl7.org/fhir">
<id value="MyHealthWayImagingStudyExample"/>
<meta>
<profile
value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-imagingstudy"/>
</meta>
<text>
<status value="generated"/>
<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 "MyHealthWayImagingStudyExample" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-myhealthway-imagingstudy.html">MyHealthWay ImagingStudy Profile</a></p></div><p><b>identifier</b>: id: imagingStudy-example</p><p><b>status</b>: registered</p><p><b>subject</b>: <a href="Patient-MyHealthWayPatientExample.html">Patient/MyHealthWayPatientExample</a> ""</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> "PACS Hospital DICOM WADO-RS endpoint"</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>
</text>
<identifier>
<system value="http://www.example.com"/>
<value value="imagingStudy-example"/>
</identifier>
<status value="registered"/>
<subject>🔗
<reference value="Patient/MyHealthWayPatientExample"/>
</subject>
<encounter>🔗
<reference value="Encounter/MyHealthWayEncounterExample"/>
</encounter>
<started value="2023-04-01T14:05:00+09:00"/>
<endpoint>🔗
<reference value="Endpoint/MyHealthWayEndpointExample"/>
</endpoint>
<series>
<uid value="1.22.333.666666.4444.0123456789.55555.55555.0123456789"/>
<modality>
<system value="http://dicom.nema.org/resources/ontology/DCM"/>
<code value="US"/>
<display value="Ultrasound"/>
</modality>
<description value="Ultrasound"/>
</series>
</ImagingStudy>