FHIR IG analytics| Package | ee.fhir.mpi |
| Resource Type | Organization |
| Id | Organization-Org2.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization Org2
Profile: EEBase Organization
identifier: https://fhir.ee/sid/org/est/br/22131341
active: true
name: Some Hospital
| Address |
| Ravi 10 Tallinn EE (work) |
{
"resourceType": "Organization",
"id": "Org2",
"meta": {
"profile": [
"https://fhir.ee/base/StructureDefinition/ee-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.ee/sid/org/est/br",
"value": "22131341"
}
],
"active": true,
"name": "Some Hospital",
"contact": [
{
"address": {
"use": "work",
"line": [
"Ravi 10"
],
"city": "Tallinn",
"country": "EE"
}
}
]
}