HL7 FHIR JP Core ImplementationGuide
1.2.0-dev - ci-build
HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.2.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 class="res-header-id"><b>Generated Narrative: Patient jp-patient-example-1</b></p><a name="jp-patient-example-1"> </a><a name="hcjp-patient-example-1"> </a><a name="jp-patient-example-1-ja"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">山田 太郎 Male, DoB: 1970-01-01 ( urn:oid:1.2.392.100495.20.3.51.11311234567#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 Detail</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/extensions/5.1.0/StructureDefinition-patient-birthPlace.html">Patient Birth Place</a></td><td colspan="3">東京 </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"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-Race 2039-6}">Japanese</span></td></tr><tr><td style="background-color: #f3f5da" title="The patient's professed religious affiliations."><a href="http://hl7.org/fhir/extensions/5.1.0/StructureDefinition-patient-religion.html">Patient Religion</a></td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation 1046}">Shinto</span></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>