🌐 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
<Organization xmlns="http://hl7.org/fhir">
<id value="EjemploEmaCoreOrganization"/>
<meta>
<profile
value="https://emahealth.io/fhir/core/StructureDefinition/ema-core-organization"/>
</meta>
<text>
<status value="generated"/>
<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>
</text>
<identifier>
<system value="https://emahealth.io/fhir/sid/org"/>
<value value="ORG-001"/>
</identifier>
<active value="true"/>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/organization-type"/>
<code value="prov"/>
</coding>
</type>
<name value="Centro Médico EMA"/>
<telecom>
<system value="phone"/>
<value value="+00 2 2345 6789"/>
</telecom>
<address>
<line value="Avenida Principal 1234"/>
<city value="Ciudad"/>
<country value="XX"/>
</address>
</Organization>