CH EPR FHIR (R4)
4.0.0-ci-build - DSTU3 Switzerland flag

CH EPR FHIR (R4), published by eHealth Suisse. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ehealthsuisse/ch-epr-mhealth/ and changes regularly. See the Directory of published versions

: PDQm Provider Organization Gruppenpraxis - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "GruppenpraxisCH",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pdqm-provider-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"GruppenpraxisCH\"> </a><a name=\"hcGruppenpraxisCH\"> </a></p><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\">Resource Organization &quot;GruppenpraxisCH&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-pdqm-provider-organization.html\">CH PDQm Provider Organization</a></p></div><p><b>identifier</b>: <a href=\"https://www.gs1.org/standards/id-keys/gln\" title=\"Global Location Number\">GLN</a>/7601000201041</p><p><b>name</b>: PDQm Provider Organization Gruppenpraxis</p><p><b>telecom</b>: <a href=\"tel:+41322345566\">+41322345566</a>, fax: +41322346677(WORK), <a href=\"mailto:bereit@gruppenpraxis.ch\">bereit@gruppenpraxis.ch</a>, <a href=\"http://www.gruppenpraxis.ch\">http://www.gruppenpraxis.ch</a></p><p><b>address</b>: Doktorgasse 2 Musterhausen 8888 CH (WORK)</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</td><td>Allzeit Bereit (OFFICIAL)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.51.1.3",
      "value" : "7601000201041"
    }
  ],
  "name" : "PDQm Provider Organization Gruppenpraxis",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+41322345566",
      "use" : "work"
    },
    {
      "system" : "fax",
      "value" : "+41322346677",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "bereit@gruppenpraxis.ch",
      "use" : "work"
    },
    {
      "system" : "url",
      "value" : "http://www.gruppenpraxis.ch",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "line" : [
        "Doktorgasse",
        "2"
      ],
      "city" : "Musterhausen",
      "postalCode" : "8888",
      "country" : "CH"
    }
  ],
  "contact" : [
    {
      "name" : {
        "use" : "official",
        "family" : "Bereit",
        "given" : [
          "Allzeit"
        ],
        "prefix" : [
          "Dr. med."
        ],
        "suffix" : [
          "Facharzt für Allgemeine Medizin"
        ]
      }
    }
  ]
}