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

<Organization xmlns="http://hl7.org/fhir">
  <id value="provider-org-001"/>
  <meta>
    <lastUpdated value="2024-12-16T10:00:00Z"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p>Example Provider Organization</p></div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="1982947230"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
  </type>
  <name value="Example Provider Organization"/>
  <telecom>
    <system value="phone"/>
    <value value="555-123-4567"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="100 Medical Center Drive"/>
    <city value="Anytown"/>
    <state value="MA"/>
    <postalCode value="02101"/>
  </address>
</Organization>