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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypeOrganization
IdOrganization-mni-organization-example2.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 mni-organization-example2

identifier: GLN/7601003002294

type: Insurance Company

name: Sanitas

telecom: ph: 044 298 63 00(Work), info@sanitas.com

address: Jägergasse 3 Postfach Zürich 8021 CH (work)


Source1

{
  "resourceType": "Organization",
  "id": "mni-organization-example2",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601003002294"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "ins",
          "display": "Insurance Company"
        }
      ]
    }
  ],
  "name": "Sanitas",
  "telecom": [
    {
      "system": "phone",
      "value": "044 298 63 00",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@sanitas.com",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "Jägergasse 3",
        "Postfach"
      ],
      "city": "Zürich",
      "postalCode": "8021",
      "country": "CH"
    }
  ]
}