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

<Organization xmlns="http://hl7.org/fhir">
  <id value="deidentified-organization-example"/>
  <meta>
    <profile value="http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-organization"/>
  </meta>
  <identifier>
    <system value="urn:oid:2.16.840.1.113883.6.300"/>
    <value value="55555"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="pay"/>
    </coding>
    <text value="Payer"/>
  </type>
  <address>
    <city value="Amherst"/>
    <state value="MA"/>
    <postalCode value="01000"/>
    <country value="USA"/>
  </address>
</Organization>