Release 4 5

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0: R5 - Mixed Normative and STU ) ). This is the current published version 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 R2

Person-provider-directory.xml

Example Person/pd (XML)

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

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

Jump past Narrative

Provider Directory Example (id = "pd")

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


  
  
    
    
      
        
          
            
            
              Harold 
            
          
          
            
            
          
        
      
    
  
  
    
    
      
        
        
      
    
    
    
  
  
    
    
    
  
  
    
    
    
  
  
  
  
    
    
    
    
  
  
    
    
  
  
  
    
      
      
    
    
  
  
    
      
      
    
    
  

<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.