MyHealthWay - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: MyHealthWay PractitionerRole Example - XML Representation
Raw xml | Download
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="MyHealthWayPractitionerRoleExample"/>
<meta>
<profile
value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-practitionerrole"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: PractitionerRole</b><a name="MyHealthWayPractitionerRoleExample"> </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 PractitionerRole "MyHealthWayPractitionerRoleExample" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-myhealthway-practitionerrole.html">MyHealthWay PractitionerRole Profile</a></p></div><p><b>identifier</b>: id: MD12345</p><p><b>practitioner</b>: <a href="Practitioner-MyHealthWayPractitionerExample.html">Practitioner/MyHealthWayPractitionerExample</a> ""</p><p><b>organization</b>: <a href="Organization-MyHealthWayOrganizationExample.html">Organization/MyHealthWayOrganizationExample</a> "한국병원"</p><p><b>code</b>: Doctor <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-practitioner-role.html">Practitioner role</a>#doctor)</span></p><p><b>specialty</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-medical-department.html">HIRA Medical Department</a>#01)</span></p></div>
</text>
<identifier>
<system value="urn:oid:1.2.3.4.5.6"/>
<value value="MD12345"/>
</identifier>
<practitioner>🔗
<reference value="Practitioner/MyHealthWayPractitionerExample"/>
</practitioner>
<organization>🔗
<reference value="Organization/MyHealthWayOrganizationExample"/>
</organization>
<code>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/practitioner-role"/>
<code value="doctor"/>
<display value="Doctor"/>
</coding>
</code>
<specialty>
<coding>
<system
value="http://www.hl7korea.or.kr/CodeSystem/hira-medical-department"/>
<code value="01"/>
<display value="내과"/>
</coding>
</specialty>
</PractitionerRole>