CH EPR mHealth (R4)
0.1.1 - Draft Standard for Trial Use

This page is part of the CH EPR mHealth (R4) (v0.1.1: DSTU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

GruppenpraxisCH - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Organization",
  "id" : "GruppenpraxisCH",
  "meta" : {
    "profile" : [
      "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pmir-provider-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: GruppenpraxisCH</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 7601000201041</p><p><b>name</b>: Gruppenpraxis CH</p><p><b>telecom</b>: ph: +41322345566(WORK), fax: +41322346677(WORK), bereit@gruppenpraxis.ch(WORK), http://www.gruppenpraxis.ch(WORK)</p><p><b>address</b>: Doktorgasse 2 Musterhausen 8888 CH (WORK)</p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td></tr><tr><td>*</td><td>Allzeit Bereit (OFFICIAL)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.51.1.3",
      "value" : "7601000201041"
    }
  ],
  "name" : "Gruppenpraxis CH",
  "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"
        ]
      }
    }
  ]
}