Patsiendi üldandmete teenus / Master Patient Index
1.1.1 - trial-use
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "Organization",
"id" : "Org1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Org1</b></p><a name=\"Org1\"> </a><a name=\"hcOrg1\"> </a><a name=\"Org1-en-US\"> </a><p><b>identifier</b>: <code>https://fhir.ee/sid/org/est/br</code>/1234567</p><p><b>name</b>: General Hospital</p><p><b>alias</b>: Hospital</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"mailto:info@hospital.ee\">info@hospital.ee</a></td><td>Ravi 10 Tallinn </td></tr></table></div>"
},
"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"
}
}
]
}