FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.mtb |
| Resource Type | Organization |
| Id | Organization-MyInsurer.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "MyInsurer",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "ins",
"display": "Insurance Company"
}
]
}
],
"address": [
{
"line": [
"789 Insurance Blvd"
],
"city": "Policytown",
"state": "InsureState",
"postalCode": "98765",
"country": "DE"
}
],
"name": "Example Health Insurance Co."
}