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

<Organization xmlns="http://hl7.org/fhir">
  <id value="Organization-12345"/>
  <meta>
    <profile value="http://fhir.recareai.com/StructureDefinition/recare-care-provider"/>
    <profile value="https://gematik.de/fhir/isip/v1/Basismodul/StructureDefinition/IsipOrganization"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization Organization-12345</b></p><a name="Organization-12345"> </a><a name="hcOrganization-12345"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profiles: <a href="StructureDefinition-recare-care-provider.html">Recare Care Provider</a>, <a href="https://simplifier.net/resolve?scope=de.gematik.isip@1.0.2&amp;canonical=https://gematik.de/fhir/isip/v1/Basismodul/StructureDefinition/IsipOrganization">IsipOrganization</a></p></div><p><b>identifier</b>: ArgeIkIknr/100004712, <a href="NamingSystem-RecareCareproviderID.html" title="Identifier system used for careprovider identifiers in FHIR resources produced by Recare. Used as Identifier.system for careprovider IDs.">RecareCareproviderID</a>/1234</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 42665001}">Nursing home</span></p><p><b>name</b>: Seniorenresidenz Am Stadtpark</p></div>
  </text>
  <identifier>
    <system value="http://fhir.de/sid/arge-ik/iknr"/>
    <value value="100004712"/>
  </identifier>
  <identifier>
    <system value="http://fhir.recareai.com/sid/careprovider-id"/>
    <value value="1234"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="42665001"/>
      <display value="Nursing home"/>
    </coding>
  </type>
  <name value="Seniorenresidenz Am Stadtpark"/>
</Organization>