Sha256: 76abfefa6f30fb06017ab4504027cb69091bdb473c34708fe7c17857729bfa43

Contents?: true

Size: 1.57 KB

Versions: 10

Compression:

Stored size: 1.57 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<Account xmlns="http://hl7.org/fhir">
  <id value="ewg"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  
  <identifier>
    <system value="urn:oid:0.1.2.3.4.5.6.7"/>
    <value value="654321"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="PBILLACCT"/>
      <display value="patient billing account"/>
    </coding>
    <text value="patient"/>
  </type>
  <name value="Inpatient: Peter James Chalmers"/>
  <subject>
    <reference value="Patient/example"/>
    <display value="Peter James Chalmers"/>
  </subject>
  <servicePeriod>
    <start value="2016-01-01"/>
    <end value="2016-06-30"/>
  </servicePeriod>
    <coverage>
      <coverage>
        <reference value="Coverage/9876B1"/>
      </coverage>
      <priority value="1"/>
    </coverage>
    <coverage>
      <coverage>
        <reference value="Coverage/7546D"/>
      </coverage>
      <priority value="2"/>
    </coverage>
  <owner>
    <reference value="Organization/f001"/>
    <display value="Burgers University Medical Center"/>
  </owner>
  <description value="Hospital charges"/>
  <guarantor>
    <party>
      <reference value="RelatedPerson/benedicte"/>
      <display value="Bénédicte du Marché"/>
    </party>
    <onHold value="false"/>
    <period>
      <start value="2016-01-01"/>
    </period>
  </guarantor>
</Account>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/xml/account-example-with-guarantor.xml
fhir_models-4.2.2 lib/fhir_models/examples/xml/account-example-with-guarantor.xml
fhir_models-4.2.1 lib/fhir_models/examples/xml/account-example-with-guarantor.xml
fhir_models-4.2.0 lib/fhir_models/examples/xml/account-example-with-guarantor.xml
fhir_models-4.1.2 lib/fhir_models/examples/xml/account-example-with-guarantor.xml
fhir_models-4.1.1 lib/fhir_models/examples/xml/account-example-with-guarantor.xml
fhir_models-4.1.0 lib/fhir_models/examples/xml/account-example-with-guarantor.xml
fhir_models-4.0.2 lib/fhir_models/examples/xml/account-example-with-guarantor.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/account-example-with-guarantor.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/account-example-with-guarantor.xml