FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-epr-fhir
Resource TypeOrganization
IdOrganization-GruppenpraxisCH.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization GruppenpraxisCH

identifier: Uniform Resource Identifier (URI)/urn:oid:2.999.1.2.3.4

name: PDQm Provider Organization Gruppenpraxis

telecom: +41322345566, fax: +41322346677(Work), bereit@gruppenpraxis.ch, http://www.gruppenpraxis.ch

address: Doktorgasse 2 Musterhausen 8888 CH (work)

Contacts

-Name
*Allzeit Bereit (Official)

Source1

{
  "resourceType": "Organization",
  "id": "GruppenpraxisCH",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pixm-feed-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.999.1.2.3.4"
    }
  ],
  "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"
        ]
      }
    }
  ]
}