FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Patient/merge-survivor (XML)

Responsible Owner: Patient Administration Work GroupStandards Status: InformativeCompartments: Patient, Practitioner, RelatedPerson

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

Patient that survived a merge, taking on elements of subsumed patient and the data of the subsumed patient. To show Provenance of a Merge. (id = "merge-survivor")

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

<Patient xmlns="http://hl7.org/fhir">
  <id value="merge-survivor"/> 
  <identifier> 
    <system value="http://example.org/mrn"/> 
    <value value="MRN-001"/> 
  </identifier> 
  <identifier> 
    <system value="http://example.org/mrn"/> 
    <value value="MRN-002"/> 
  </identifier> 
  <identifier> 
    <system value="http://example.org/ssn"/> 
    <value value="666-99-9999"/> 
  </identifier> 
  <name> 
    <use value="usual"/> 
    <family value="Smith"/> 
    <given value="Jane"/> 
  </name> 
  <gender value="female"/> 
  <address> 
    <line value="123 Main St"/> 
    <city value="Anytown"/> 
    <state value="NY"/> 
    <postalCode value="12345"/> 
  </address> 
  <link> 
    <other> 
      <reference value="Patient/example-merge-subsumed"/> 
    </other> 
    <type value="replaces"/> 
  </link> 
</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.