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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypeOrganization
IdOrganization-EX-Organization-GynPraxis.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 EX-Organization-GynPraxis

identifier: GLN/7601009110849

type: Gynäkologische Praxis

name: Gynäkologie Praxis Basel

telecom: +41 61 265 25 25, info@gynpraxis-basel.ch, https://www.gynpraxis-basel.ch

address: Gynäkologie Praxis Basel Petersgraben 4 Basel 4051 CH


Source1

{
  "resourceType": "Organization",
  "id": "EX-Organization-GynPraxis",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601009110849"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394579002",
          "display": "Gynecology service"
        }
      ],
      "text": "Gynäkologische Praxis"
    }
  ],
  "name": "Gynäkologie Praxis Basel",
  "telecom": [
    {
      "system": "phone",
      "value": "+41 61 265 25 25",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@gynpraxis-basel.ch",
      "use": "work"
    },
    {
      "system": "url",
      "value": "https://www.gynpraxis-basel.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Gynäkologie Praxis Basel",
        "Petersgraben 4"
      ],
      "city": "Basel",
      "postalCode": "4051",
      "country": "CH"
    }
  ]
}