HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Practitioner xmlns="http://hl7.org/fhir">
<id value="PractitionerExample01"/>
<meta>
<profile
value="http://hl7.org.cn/fhir/StructureDefinition/core-practitioner"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Practitioner</b><a name="PractitionerExample01"> </a><a name="hcPractitionerExample01"> </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 "PractitionerExample01" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-core-practitioner.html">卫生服务人员信息结构定义</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.528.1.1007.3.1</code>/938273695 (use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: 赵勇(OFFICIAL)</p><p><b>telecom</b>: ph: 0105568263(WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1975-12-07</p></div>
</text>
<identifier>
<use value="official"/>
<system value="urn:oid:2.16.528.1.1007.3.1"/>
<value value="938273695"/>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<text value="赵勇"/>
<family value="赵"/>
<given value="勇"/>
</name>
<telecom>
<system value="phone"/>
<value value="0105568263"/>
<use value="work"/>
</telecom>
<gender value="male">
<extension
url="https://hl7.org.cn/fhir/StructureDefinition/ext-person-gender">
<valueCoding>
<system value="http://hl7.org.cn/fhir/CodeSystem/gb2261-1"/>
<code value="1"/>
<display value="男性"/>
</valueCoding>
</extension>
</gender>
<birthDate value="1975-12-07"/>
</Practitioner>