MyHealthWay - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: MyHealthWay Encounter Example - XML Representation
Raw xml | Download
<Encounter xmlns="http://hl7.org/fhir">
<id value="MyHealthWayEncounterExample"/>
<meta>
<profile
value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-encounter"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Encounter</b><a name="MyHealthWayEncounterExample"> </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 Encounter "MyHealthWayEncounterExample" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-myhealthway-encounter.html">MyHealthWay Encounter Profile</a></p></div><p><b>KR Core Insurance Types Extension</b>: 건강보험 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/CodeSystem-hira-insurance-types.html">HIRA Insurance Types</a>#4)</span></p><p><b>identifier</b>: id: <a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/NamingSystem-ns-hira-healthcare-organization-identifier.html">#</a>example</p><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'null')</p><p><b>subject</b>: <a href="Patient-MyHealthWayPatientExample.html">Patient/MyHealthWayPatientExample</a> ""</p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><a href="PractitionerRole-MyHealthWayPractitionerRoleExample.html">PractitionerRole/MyHealthWayPractitionerRoleExample</a></td></tr></table><p><b>period</b>: 2023-04-30 --> (ongoing)</p><p><b>serviceProvider</b>: <a href="Organization-MyHealthWayOrganizationExample.html">Organization/MyHealthWayOrganizationExample</a> "한국병원"</p></div>
</text>
<extension
url="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-insuranceTypes">
<valueCodeableConcept>
<coding>
<system
value="http://www.hl7korea.or.kr/CodeSystem/hira-insurance-types"/>
<code value="4"/>
<display value="건강보험"/>
</coding>
</valueCodeableConcept>
</extension>
<identifier>
<system value="http://www.hl7korea.or.kr/Identifier/hira-krnpi"/>
<value value="example"/>
</identifier>
<status value="finished"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="AMB"/>
</class>
<subject>🔗
<reference value="Patient/MyHealthWayPatientExample"/>
</subject>
<participant>
<individual>🔗
<reference value="PractitionerRole/MyHealthWayPractitionerRoleExample"/>
</individual>
</participant>
<period>
<start value="2023-04-30"/>
</period>
<serviceProvider>🔗
<reference value="Organization/MyHealthWayOrganizationExample"/>
</serviceProvider>
</Encounter>