FHIR IG analytics| Package | de.transfer-abrechnungsdaten.r4 |
| Resource Type | Organization |
| Id | Example-organization-de-art-krankenkasse.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "Example-organization-de-art-krankenkasse",
"meta": {
"profile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization|1.1.3"
]
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "XX"
}
]
},
"system": "http://fhir.de/NamingSystem/arge-ik/iknr",
"value": "123456789"
}
],
"name": "Muster-Krankenkasse",
"address": [
{
"type": "both",
"line": [
"Musterstr. 1"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "1"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Musterstr."
}
]
}
],
"city": "Leipzig",
"postalCode": "04105",
"country": "D"
}
]
}