{
  "resourceType" : "Organization",
  "id" : "ExamplePvsOrganization",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ExamplePvsOrganization</b></p><a name=\"ExamplePvsOrganization\"> </a><a name=\"hcExamplePvsOrganization\"> </a><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}, {https://fhir.cognovis.de/praxis/CodeSystem/pvs-organization-type pvs}\">Privataerztliche Verrechnungsstelle</span></p><p><b>name</b>: PVS Rhein-Main GmbH</p><p><b>telecom</b>: <a href=\"tel:+49611123456-0\">+49 611 123456-0</a></p><p><b>address</b>: Bahnhofstrasse 12 Wiesbaden 65185 DE </p></div>"
  },
  "active" : true,
  "type" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
      "code" : "prov",
      "display" : "Healthcare Provider"
    },
    {
      "system" : "https://fhir.cognovis.de/praxis/CodeSystem/pvs-organization-type",
      "code" : "pvs",
      "display" : "PVS"
    }],
    "text" : "Privataerztliche Verrechnungsstelle"
  }],
  "name" : "PVS Rhein-Main GmbH",
  "telecom" : [{
    "system" : "phone",
    "value" : "+49 611 123456-0"
  }],
  "address" : [{
    "line" : ["Bahnhofstrasse 12"],
    "city" : "Wiesbaden",
    "postalCode" : "65185",
    "country" : "DE"
  }]
}