🌐 EMA Health Core Implementation Guide
0.10.0 - ci-build
🌐 EMA Health Core Implementation Guide - Local Development build (v0.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "EjemploEmaCoreOrganization",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-core-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization EjemploEmaCoreOrganization</b></p><a name=\"EjemploEmaCoreOrganization\"> </a><a name=\"hcEjemploEmaCoreOrganization\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ema-core-organization.html\">EMA Core Organization</a></p></div><p><b>identifier</b>: <code>https://emahealth.io/fhir/sid/org</code>/ORG-001</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Centro Médico EMA</p><p><b>telecom</b>: <a href=\"tel:+00223456789\">+00 2 2345 6789</a></p><p><b>address</b>: Avenida Principal 1234 Ciudad XX </p></div>"
},
"identifier" : [
{
"system" : "https://emahealth.io/fhir/sid/org",
"value" : "ORG-001"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov"
}
]
}
],
"name" : "Centro Médico EMA",
"telecom" : [
{
"system" : "phone",
"value" : "+00 2 2345 6789"
}
],
"address" : [
{
"line" : [
"Avenida Principal 1234"
],
"city" : "Ciudad",
"country" : "XX"
}
]
}