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

FHIR IG analytics

Packageelga.moped
Resource TypeOrganization
IdOrganization-SV14.json
FHIR VersionR5

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 SV14

identifier: http://svc.co.at/CodeSystem/ecard-svt-cs/14, http://example.org/lsvt-code/L4

type: Sozialversicherung

name: Österreichische Gesundheitskasse Oberösterreich

Contacts

-Address
*Gruberstraße 77, 4021 Linz Linz Oberösterreich 4021 AUT

Source1

{
  "resourceType": "Organization",
  "id": "SV14",
  "meta": {
    "profile": [
      "https://elga.moped.at/StructureDefinition/SVOrganization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://svc.co.at/CodeSystem/ecard-svt-cs",
      "value": "14"
    },
    {
      "system": "http://example.org/lsvt-code",
      "value": "L4"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://termgit.elga.gv.at/CodeSystem/elga-gtelvogdarollen",
          "code": "406",
          "display": "Sozialversicherung"
        }
      ]
    }
  ],
  "name": "Österreichische Gesundheitskasse Oberösterreich",
  "contact": [
    {
      "address": {
        "line": [
          "Gruberstraße 77, 4021 Linz"
        ],
        "_line": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                "valueString": "Gruberstraße"
              },
              {
                "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                "valueString": "77"
              }
            ]
          }
        ],
        "city": "Linz",
        "state": "Oberösterreich",
        "postalCode": "4021",
        "country": "AUT"
      }
    }
  ]
}