FHIR Release 3 (STU) CI-Build

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 . For a full list Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Person-patient-portal.xml

Example Person/pp (XML)

Maturity Level : N/A
Responsible Owner: Patient Administration Work Group Ballot Standards Status : Informative Compartments : Patient , Practitioner , RelatedPerson

Raw XML ( canonical form + also see XML Format Specification )

Jump past Narrative

Patient Portal Example (id = "pp")

<?xml version="1.0" encoding="UTF-8"?>

<Person xmlns="http://hl7.org/fhir">  <id value="pp"/>   <text>     <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">      <table>         <tbody>           <tr>             <td> Name</td>             <td> Eve Marie <b> Everywoman</b> </td>           </tr>           <tr>             <td> Address</td>             <td> 2086 College St, Sandusky, OH, 44870</td>           </tr>         </tbody>       </table>     </div>   </text>   <identifier>     <use value="official"/>     <type>       <coding>         <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>         <code value="DL"/>       </coding>       <text value="Ohio driver license"/>     </type>     <system value="urn:oid:2.16.840.1.113883.4.3.39"/>     <value value="TL545786"/>     <period>       <start value="2041-09-23"/>     </period>     <assigner>       <display value="Ohio Bureau of Motor Vehicles"/>     </assigner>   </identifier>   <active value="true"/>   <name>     <use value="official"/>     <family value="Everywoman"/>     <given value="Eve"/>     <given value="Marie"/>   </name>   <telecom>     <system value="phone"/>     <value value="(621)-479-9743"/>     <use value="home"/>   </telecom>   <gender value="female"/>   <birthDate value="1974-03-07"/>   <address>     <use value="home"/>     <line value="2086 College St"/>     <city value="Sandusky"/>     <state value="OH"/>     <postalCode value="44870"/>     <country value="USA"/>   </address>   <managingOrganization>     <reference value="http://www.goodhealth.com/Organization/12"/>     <display value="Goodhealth Patient Portal"/>   </managingOrganization>   <link>     <target>       <reference value="http://www.goodhealth.com/Patient/98574"/>       <display value="Eve Everywoman"/>     </target>     <assurance value="level3"/>   </link>   <link>     <target>       <reference value="http://www.acme-medical.com/Patient/ab34d"/>       <display value="Eve Marie Everywoman"/>     </target>     <assurance value="level2"/>   </link> 


</

Person

>



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.