Digital Health Platform
0.1.0 -
Digital Health Platform, published by Uzinfocom LLC. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/uzinfocom-org/digital-health-ig/ and changes regularly. See the Directory of published versions
<Practitioner xmlns="http://hl7.org/fhir">
<id value="example-practitioner"/>
<meta>
<profile value="http://medcore.uz/StructureDefinition/dhp-practitioner"/>
</meta>
<language value="en"/>
<text>
<status value="generated"/>
<div xml:lang="en" lang="en"><hr/><p><b>English</b></p><hr/><p class="res-header-id"><b>Generated Narrative: Practitioner example-practitioner</b></p><a name="example-practitioner"> </a><a name="hcexample-practitioner"> </a><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">Language: en</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-dhp-practitioner.html">Uzbekistan DHP Practitioner</a></p></div><p><b>identifier</b>: National unique individual identifier/9876543210</p><p><b>active</b>: true</p><p><b>name</b>: Test Test Test(Official)</p><p><b>telecom</b>: ph: 975555555(Mobile)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1985-05-06</p><p><b>deceased</b>: true</p><p><b>address</b>: mahallasi Dilobod, Katortol ko'chasi, 9-uy, 15-xonadon 1726 UZ (temp)</p><h3>Photos</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Url</b></td><td><b>Size</b></td></tr><tr><td style="display: none">*</td><td><a href="http://example.org/photos/practitioner.jpg">http://example.org/photos/practitioner.jpg</a></td><td>1024</td></tr></table><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td><td><b>Issuer</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 DIP}">Diploma</span></td><td><a href="Organization-example-organization.html">Organization Republican Oncology Center</a></td></tr></table></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="NI"/>
<display value="National unique individual identifier"/>
</coding>
</type>
<system value="https://hrm.argos.uz"/>
<value value="9876543210"/>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<text value="Test Test Test"/>
<family value="Test"/>
<given value="Test"/>
<suffix value="Test"/>
</name>
<telecom>
<system value="phone"/>
<value value="975555555"/>
<use value="mobile"/>
</telecom>
<gender value="female"/>
<birthDate value="1985-05-06"/>
<deceasedBoolean value="true"/>
<address>
<use value="temp"/>
<type value="physical"/>
<line value="mahallasi Dilobod, Katortol ko'chasi, 9-uy, 15-xonadon"/>
<city value="1726"/>
<district value="1726"/>
<country value="UZ"/>
</address>
<photo>
<url value="http://example.org/photos/practitioner.jpg"/>
<size value="1024"/>
</photo>
<qualification>
<code>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0360"/>
<code value="DIP"/>
<display value="Diploma"/>
</coding>
</code>
<issuer>🔗
<reference value="Organization/example-organization"/>
</issuer>
</qualification>
</Practitioner>