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-provider-directory.xml

Example Person/pd (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

Provider Directory Example (id = "pd")

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

<Person xmlns="http://hl7.org/fhir">  <id value="pd"/>   <text>     <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">      <table>         <tbody>           <tr>             <td> Name</td>             <td> 
              Harold <b> Hippocrates</b> 
            </td>           </tr>           <tr>             <td> Address</td>             <td> 1003 Healthcare Drive, Northfield, MN</td>           </tr>         </tbody>       </table>     </div>   </text>   <identifier>     <use value="official"/>     <type>       <coding>         <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>         <code value="SS"/>       </coding>     </type>     <system value="http://hl7.org/fhir/sid/us-ssn"/>     <value value="444444444"/>   </identifier>   <active value="true"/>   <name>     <use value="official"/>     <family value="Hippocrates"/>     <given value="Harold"/>   </name>   <telecom>     <system value="phone"/>     <value value="555-555-1003"/>     <use value="work"/>   </telecom>   <gender value="male"/>   <birthDate value="1959-04-22"/>   <address>     <use value="home"/>     <line value="1003 Healthcare Drive"/>     <city value="Northfield"/>     <state value="MN"/>   </address>   <managingOrganization>     <reference value="http://www.northfield-regional.com/Organization/2"/>     <display value="Northfield Regional Physician Directory"/>   </managingOrganization>   <link>     <target>       <reference value="http://www.goodhealth.com/Practitioner/98574"/>       <display value="Dr. Harold Hippocrates"/>     </target>     <assurance value="level2"/>   </link>   <link>     <target>       <reference value="http://www.acme-medical.com/Practitioner/ab34d"/>       <display value="Harold Hippocrates, MD"/>     </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.