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

FHIR IG analytics

Packagehl7.at.fhir.core.r5
Resource TypeOrganization
IdOrganization-HL7ATCoreOrganizationExample02-MultipleVPNR.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 HL7ATCoreOrganizationExample02-MultipleVPNR

identifier: Uniform Resource Identifier (URI)/urn:oid:1.2.40.0.34.3.1.1061, urn:oid:1.2.40.0.10.1.4.3.2/438968, urn:oid:1.2.40.0.10.1.4.3.2/833477

type: Allgemeine Krankenanstalt

name: Landeskrankenhaus Hall in Tirol

Contacts

-TelecomAddress
*info.pkh@tirol-kliniken.atMilser Straße 10 Hall in Tirol Tirol 6060 AUT (work)

Source1

{
  "resourceType": "Organization",
  "id": "HL7ATCoreOrganizationExample02-MultipleVPNR",
  "meta": {
    "profile": [
      "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.2.40.0.34.3.1.1061",
      "assigner": {
        "display": "Bundesministerium für Gesundheit"
      }
    },
    {
      "system": "urn:oid:1.2.40.0.10.1.4.3.2",
      "value": "438968",
      "assigner": {
        "display": "Dachverband der österreichischen Sozialversicherungsträger"
      }
    },
    {
      "system": "urn:oid:1.2.40.0.10.1.4.3.2",
      "value": "833477",
      "assigner": {
        "display": "Dachverband der österreichischen Sozialversicherungsträger"
      }
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://termgit.elga.gv.at/ValueSet/hl7-at-organizationtype",
          "code": "300",
          "display": "Allgemeine Krankenanstalt"
        }
      ]
    }
  ],
  "name": "Landeskrankenhaus Hall in Tirol",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "info.pkh@tirol-kliniken.at",
          "use": "work"
        }
      ],
      "address": {
        "use": "work",
        "type": "both",
        "line": [
          "Milser Straße 10"
        ],
        "_line": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                "valueString": "Milser Straße"
              },
              {
                "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                "valueString": "10"
              }
            ]
          }
        ],
        "city": "Hall in Tirol",
        "state": "Tirol",
        "postalCode": "6060",
        "country": "AUT"
      }
    }
  ]
}