FHIR IG analytics| Package | hl7.at.fhir.core.r5 |
| Resource Type | Organization |
| Id | Organization-HL7ATCoreOrganizationExample01.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization HL7ATCoreOrganizationExample01
Profile: HL7® AT Core Organization Profile
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
| Telecom | Address |
| info@amadeusspital.at, +43.6138.3453446.0 | Mozartgasse 1-7 Haupteingang St. Wolfgang Salzburg 5350 AUT (work) |
{
"resourceType": "Organization",
"id": "HL7ATCoreOrganizationExample01",
"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.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/ValueSet/hl7-at-organizationtype",
"code": "300",
"display": "Allgemeine Krankenanstalt"
}
]
}
],
"name": "Amadeus Spital",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "info@amadeusspital.at",
"use": "work"
},
{
"system": "phone",
"value": "+43.6138.3453446.0",
"use": "mobile"
}
],
"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/5.0.0/StructureDefinition/at-core-ext-address-additionalInformation",
"valueString": "Barrierefreier Zugang"
}
]
}
],
"city": "St. Wolfgang",
"state": "Salzburg",
"postalCode": "5350",
"country": "AUT"
}
}
]
}