<Organization xmlns="http://hl7.org/fhir">
  <id value="OrganizationEntity Instance Example" />
  <meta>
    <profile value="http://hl7.org/fhir/us/bser/StructureDefinition/OrganizationEntity" />
  </meta>
  <identifier>
    <system value="urn:oid:2.16.840.1.113883.4.6" />
    <value value="1962568238" />
  </identifier>
  <type>
    <concept>
      <coding>
        <system value="http://hl7.org/fhir/ValueSet/organization-type" />
        <code value="prov" />
        <display value="Healthcare Provider" />
      </coding>
    </concept>
  </type>
  <name value="Kaiser Permanente Fontana Medical Center" />
  <type value="Hospital" />
  <telecom>
    <system value="phone" />
    <value value="(909) 427-5000" />
  </telecom>
  <address>
    <line value="9961 Sierra Ave" />
    <city value="Fontana" />
    <postalCode value="92335" />
    <state value="CA" />
    <country value="USA" />
  </address>
</Organization>