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

FHIR IG analytics

Packagehl7.at.fhir.elga.aps.r4
Resource TypeOrganization
IdOrganization-AtApsExampleOrganization01.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 AtApsExampleOrganization01

identifier: Uniform Resource Identifier (URI)/urn:oid:1.2.40.0.34.99.4613.3, urn:oid:1.2.40.0.34.4.10/K101+, urn:oid:1.2.40.0.10.1.4.3.2/123456789

type: Allgemeine Krankenanstalt

name: Amadeus Spital

address: Mozartgasse 1-7 Haupteingang St. Wolfgang Salzburg 5350 AUT (work)

contact

telecom: info@amadeusspital.at, +43.6138.3453446.0


Source1

{
  "resourceType": "Organization",
  "id": "AtApsExampleOrganization01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.2.40.0.34.99.4613.3",
      "assigner": {
        "display": "Bundesministerium für Gesundheit"
      }
    },
    {
      "system": "urn:oid:1.2.40.0.34.4.10",
      "value": "K101+",
      "assigner": {
        "display": "Österreichisches Bundesministerium für Gesundheit"
      }
    },
    {
      "system": "urn:oid:1.2.40.0.10.1.4.3.2",
      "value": "123456789",
      "assigner": {
        "display": "Dachverband der österreichischen Sozialversicherungsträger"
      }
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://termgit.elga.gv.at/CodeSystem/elga-gtelvogdarollen",
          "code": "300",
          "display": "Allgemeine Krankenanstalt"
        }
      ]
    }
  ],
  "name": "Amadeus Spital",
  "address": [
    {
      "use": "work",
      "type": "both",
      "line": [
        "Mozartgasse 1-7 Haupteingang"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Mozartgasse"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "1-7"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
              "valueString": "Haupteingang"
            },
            {
              "url": "http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-ext-address-additionalInformation",
              "valueString": "Barrierefreier Zugang"
            }
          ]
        }
      ],
      "city": "St. Wolfgang",
      "state": "Salzburg",
      "postalCode": "5350",
      "country": "AUT"
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "info@amadeusspital.at",
          "use": "work"
        },
        {
          "system": "phone",
          "value": "+43.6138.3453446.0",
          "use": "home"
        }
      ]
    }
  ]
}