This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
Patient Administration Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Patient, Practitioner, RelatedPerson |
Raw XML (canonical form + also see XML Format Specification)
Example Patient resource with Chinese content (id = "ch-example")
<?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir"> <id value="ch-example"/> <meta> <versionId value="1"/> <lastUpdated value="2016-05-16T00:55:52Z"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <table> <tbody> <tr> <td> å��å—</td> <td> å¼ æ— å¿Œ</td> </tr> <tr> <td> 地å�€</td> <td> 上海市黄埔区马当路190å�·, 1974å¹´12月25æ—¥</td> </tr> <tr> <td> è�”系方å¼�</td> <td> ä½�å®…: ä¸�详。工作: 18337177888</td> </tr> <tr> <td> Id</td> <td> MRN: 3112219680806371X (市å�«ç”Ÿå±€)</td> </tr> </tbody> </table> </div> </text> <identifier> <use value="usual"/> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> <code value="MR"/> </coding> </type> <system value="urn:oid:1.2.36.146.595.217.0.1"/> <value value="3112219680806371X"/> <period> <start value="2001-05-06"/> </period> <assigner> <display value="市å�«ç”Ÿå±€"/> </assigner> </identifier> <active value="true"/> <name> <use value="official"/> <text value="å¼ æ— å¿Œ"/> </name> <telecom> <use value="home"/> </telecom> <telecom> <system value="phone"/> <value value="18337177888"/> <use value="work"/> </telecom> <gender value="male"/> <birthDate value="1974-12-25"/> <deceasedBoolean value="false"/> <address> <use value="home"/> <type value="both"/> <line value="马当路190å�·"/> <city value="上海市"/> <district value="黄埔区"/> <postalCode value="200000"/> <period> <start value="1974-12-25"/> </period> </address> <managingOrganization> <reference value="Organization/1"/> <display value="上海东方医院"/> </managingOrganization> </Patient>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.