FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.mtb |
| Resource Type | Organization |
| Id | Organization-MyHospital.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "MyHospital",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"address": [
{
"line": [
"1234 Health St"
],
"city": "Medicity",
"state": "CareState",
"postalCode": "12345",
"country": "DE"
}
],
"name": "Example General Hospital"
}