FHIR IG analytics| Package | rki.emiga.vzd |
| Resource Type | Organization |
| Id | Organization-LaborOrganization.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "LaborOrganization",
"meta": {
"profile": [
"https://emiga.rki.de/fhir/vzd/StructureDefinition/EmigaOrganization"
],
"security": [
{
"system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceVisibilityType",
"code": "public"
},
{
"system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceResponsibility",
"code": "1."
}
],
"tag": [
{
"system": "https://emiga.rki.de/fhir/common/CodeSystem/Relevance",
"code": "UserCreated",
"display": "Durch OEGD angelegt"
}
]
},
"identifier": [
{
"type": {
"coding": [
{
"code": "XX",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "https://emiga.rki.de/fhir/vzd/sid/EmigaOrgvId",
"value": "LAB-012345"
},
{
"type": {
"coding": [
{
"code": "XX",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "https://emiga.rki.de/fhir/vzd/sid/EmigaOrgvFileNumber",
"value": "LAB-987654"
},
{
"system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
"value": "123456789"
}
],
"extension": [
{
"valuePeriod": {
"start": "1900-01-01"
},
"url": "http://hl7.org/fhir/StructureDefinition/organization-period"
}
],
"type": [
{
"coding": [
{
"system": "https://demis.rki.de/fhir/CodeSystem/organizationType",
"code": "laboratory",
"display": "Erregerdiagnostische Untersuchungsstelle"
}
]
}
],
"telecom": [
{
"system": "email",
"value": "test_laboratory@example.org"
},
{
"system": "phone",
"value": "01234567890"
},
{
"system": "fax",
"value": "01234567899"
}
],
"address": [
{
"line": [
"LaboratoryTest Straße 11"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "LaboratoryTest Straße"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "11"
}
]
}
],
"type": "postal",
"city": "LaboratoryTeststadt",
"state": "DE-BB",
"postalCode": "12345",
"country": "DE"
}
],
"active": true,
"name": "Labor XYZ GmbH"
}