HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.1). See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="jp-patient-example-1"/>
<meta>
<profile
value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_Patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>山田 太郎</b> male, DoB: 1970-01-01 ( id: 00000010)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Alternate names (see the one above)">Alt. Name:</td><td colspan="3">ヤマダ タロウ</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Details:</td><td colspan="3"><ul><li>ph: 0312345678(HOME)</li><li>東京都新宿区</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements."><a href="http://hl7.org/fhir/R4/extension-patient-birthplace.html">Birth Place:</a></td><td colspan="3"><ul><li>東京 </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="人種(Race)に関する情報を格納するためのExtension。"><a href="StructureDefinition-jp-patient-race.html">JP Core Patient Race Extension:</a></td><td colspan="3"><ul><li><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-Race 2039-6}">Japanese</span></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The patient's professed religious affiliations."><a href="http://hl7.org/fhir/R4/extension-patient-religion.html">religion:</a></td><td colspan="3"><ul><li><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation 1046}">Shinto</span></li></ul></td></tr></table></div>
</text>
<extension url="http://hl7.org/fhir/StructureDefinition/patient-religion">
<valueCodeableConcept>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation"/>
<code value="1046"/>
<display value="Shinto"/>
</coding>
</valueCodeableConcept>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
<valueAddress>
<state value="東京"/>
</valueAddress>
</extension>
<extension
url="http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Patient_Race">
<valueCodeableConcept>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-Race"/>
<code value="2039-6"/>
<display value="Japanese"/>
</coding>
</valueCodeableConcept>
</extension>
<identifier>
<system value="urn:oid:1.2.392.100495.20.3.51.11311234567"/>
<value value="00000010"/>
</identifier>
<name>
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation">
<valueCode value="IDE"/>
</extension>
<use value="usual"/>
<text value="山田 太郎"/>
<family value="山田"/>
<given value="太郎"/>
</name>
<name>
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation">
<valueCode value="SYL"/>
</extension>
<use value="usual"/>
<text value="ヤマダ タロウ"/>
<family value="ヤマダ"/>
<given value="タロウ"/>
</name>
<telecom>
<system value="phone"/>
<value value="0312345678"/>
<use value="home"/>
</telecom>
<gender value="male"/>
<birthDate value="1970-01-01"/>
<address>
<text value="東京都新宿区"/>
<postalCode value="1600023"/>
</address>
</Patient>
IG © 2022+ FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI). Package hl7.fhir.jp.core#1.1.1 based on FHIR 4.0.1. Generated 2022-11-02
Links: Table of Contents |
QA Report