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

FHIR IG analytics

Packageelga.moped
Resource TypeOrganization
IdOrganization-KHK999.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 KHK999

identifier: Uniform Resource Identifier (URI)/urn:oid:1.3.6.1.4.1.36124.5.999, urn:oid:1.2.40.0.34.4.10/K999, urn:oid:1.2.40.0.10.1.4.3.2/123456

type: Allgemeine Krankenanstalt

name: Testkrankenhaus

Contacts

-TelecomAddress
*ph: Contact details not providedTest Test Test Test Test 1234 Test

Source1

{
  "resourceType": "Organization",
  "id": "KHK999",
  "meta": {
    "profile": [
      "https://elga.moped.at/StructureDefinition/KHOrganization",
      "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.3.6.1.4.1.36124.5.999"
    },
    {
      "system": "urn:oid:1.2.40.0.34.4.10",
      "value": "K999"
    },
    {
      "system": "urn:oid:1.2.40.0.10.1.4.3.2",
      "value": "123456"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://termgit.elga.gv.at/CodeSystem/elga-gtelvogdarollen",
          "code": "300",
          "display": "Allgemeine Krankenanstalt"
        }
      ]
    }
  ],
  "name": "Testkrankenhaus",
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "Contact details not provided"
        }
      ],
      "address": {
        "line": [
          "Test Test Test"
        ],
        "_line": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                "valueString": "Test"
              },
              {
                "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                "valueString": "1243"
              }
            ]
          }
        ],
        "city": "Test",
        "state": "Test",
        "postalCode": "1234",
        "country": "Test"
      }
    }
  ]
}