HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.1). See the Directory of published versions
: JP Core Practitioner Example 医師男性1 - XML Representation
Raw xml | Download
<Practitioner xmlns="http://hl7.org/fhir">
<id value="jp-practitioner-example-male-1"/>
<meta>
<profile
value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_Practitioner"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Practitioner</b><a name="jp-practitioner-example-male-1"> </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 Practitioner "jp-practitioner-example-male-1" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-jp-practitioner.html">JP Core Practitioner Profile</a></p></div><p><b>name</b>: 大阪 一郎, オオサカ イチロウ</p><p><b>gender</b>: male</p><h3>Qualifications</h3><table class="grid"><tr><td>-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>id: 999999-00001</td><td>医籍登録番号 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (JP_MedicalLicenseCertificate_CS#medical-registration)</span></td></tr></table></div>
</text>
<name>
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation">
<valueCode value="IDE"/>
</extension>
<text value="大阪 一郎"/>
<family value="大阪"/>
<given value="一郎"/>
</name>
<name>
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation">
<valueCode value="SYL"/>
</extension>
<text value="オオサカ イチロウ"/>
<family value="オオサカ"/>
<given value="イチロウ"/>
</name>
<gender value="male"/>
<qualification>
<identifier>
<system value="urn:oid:1.2.392.100495.20.3.31"/>
<value value="999999-00001"/>
</identifier>
<code>
<coding>
<system
value="http://jpfhir.jp/fhir/core/CodeSystem/JP_MedicalLicenseCertificate_CS"/>
<code value="medical-registration"/>
</coding>
</code>
</qualification>
</Practitioner>