FHIR IG analytics| Package | ishmed.i14y.r4.de |
| Resource Type | Organization |
| Id | Organization-ex-org4.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
This is an example for an insurance company.
{
"resourceType": "Organization",
"id": "ex-org4",
"meta": {
"profile": [
"http://fhir.ishmed.com/R4/StructureDefinition/OrganizationCoreDe"
],
"lastUpdated": "2022-08-30T00:00:00Z",
"versionId": "2.0.0"
},
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"code": "NIIP",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"display": "National Insurance Payor Identifier (Payor)"
}
]
},
"system": "http://fhir.de/sid/kbv/vknr",
"value": "04321"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "ins"
}
]
}
],
"name": "Test-Organization 4",
"telecom": [
{
"system": "phone",
"value": "(+49) 30-555-1234",
"use": "work"
},
{
"system": "email",
"use": "work",
"value": "info@example-insurance-co.de"
}
]
}