FHIR IG analytics| Package | de.gevko.evo.hlm |
| Resource Type | Organization |
| Id | Organization-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "00000003",
"meta": {
"profile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Organization|1.0.3"
]
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "BSNR"
}
]
},
"system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
"value": "987654321"
}
],
"name": "Arztpraxis am Jungbrunnen",
"telecom": [
{
"system": "phone",
"value": "0301234567"
}
],
"address": [
{
"line": [
"Arztpraxenstr. 2"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Arztpraxenstr."
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "2"
}
]
}
],
"city": "Berlin",
"postalCode": "10864",
"country": "DE"
}
]
}