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

FHIR IG analytics

Packagech.fhir.ig.ch-etoc
Resource TypeOrganization
IdOrganization-HappyDoctors.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 HappyDoctors

name: Praxis Happy Docotors

address: Happystrasse 14 Postfach 14 Zürich 8000 Schweiz


Source1

{
  "resourceType": "Organization",
  "id": "HappyDoctors",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "Praxis Happy Docotors",
  "address": [
    {
      "line": [
        "Happystrasse 14",
        "Postfach 14"
      ],
      "city": "Zürich",
      "postalCode": "8000",
      "country": "Schweiz"
    }
  ]
}