FHIR IG analytics| Package | ee.fhir.mpi |
| Resource Type | Organization |
| Id | Organization-Org1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization Org1
identifier: https://fhir.ee/sid/org/est/br/1234567
name: General Hospital
alias: Hospital
| Telecom | Address |
| info@hospital.ee | Ravi 10 Tallinn |
{
"resourceType": "Organization",
"id": "Org1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.ee/sid/org/est/br",
"value": "1234567"
}
],
"name": "General Hospital",
"alias": [
"Hospital"
],
"contact": [
{
"telecom": [
{
"system": "email",
"value": "info@hospital.ee"
}
],
"address": {
"line": [
"Ravi 10"
],
"city": "Tallinn"
}
}
]
}