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

FHIR IG analytics

Packagech.fhir.ig.ch-vacd
Resource TypeOrganization
IdOrganization-5-6-Organization.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 5-6-Organization

identifier: GLN/7601000000514

name: Praxis Muster

address: 9876 CH


Source1

{
  "resourceType": "Organization",
  "id": "5-6-Organization",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601000000514"
    }
  ],
  "name": "Praxis Muster",
  "address": [
    {
      "postalCode": "9876",
      "country": "CH"
    }
  ]
}