openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build
openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
<Organization xmlns="http://hl7.org/fhir">
<id value="MyTradePolicyHolder"/>
<meta>
<profile
value="https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-policy-holder-organization"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><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">Resource "MyTradePolicyHolder" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-openimis-policy-holder-organization.html">openIMIS Policy Holder Organization</a></p></div><p><b>Legal Forms (Organization)</b>: Personal Company <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-organization-ph-legal-form.html">Legal Forms (Organization)</a>#1)</span></p><p><b>Activity (Organization)</b>: Industry <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-organization-ph-activity.html">Activity (Organization)</a>#2)</span></p><p><b>identifier</b>: Unique code: 1234, UUID unique identifier: 4c87928a-cf9c-4f4b-aeeb-61041c84547f</p><p><b>type</b>: Non-Healthcare Business or Corporation <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-organization-type.html">Organization type</a>#bus)</span></p><p><b>name</b>: My Trade</p><p><b>telecom</b>: <a href="mailto:[email protected]">[email protected]</a>, ph: 0102030405, fax: 0102030450</p><p><b>address</b>: 54 Pasay Jamula Ultha </p><h3>Contacts</h3><table class="grid"><tr><td>-</td><td><b>Name</b></td></tr><tr><td>*</td><td>John Doe</td></tr></table></div>
</text>
<extension
url="https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/organization-ph-legal-form">
<valueCodeableConcept>
<coding>
<system
value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/organization-ph-legal-form"/>
<code value="1"/>
<display value="Personal Company"/>
</coding>
</valueCodeableConcept>
</extension>
<extension
url="https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/organization-ph-activity">
<valueCodeableConcept>
<coding>
<system
value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/organization-ph-activity"/>
<code value="2"/>
<display value="Industry"/>
</coding>
</valueCodeableConcept>
</extension>
<identifier>
<type>
<coding>
<system
value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers"/>
<code value="Code"/>
</coding>
</type>
<value value="1234"/>
</identifier>
<identifier>
<type>
<coding>
<system
value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers"/>
<code value="UUID"/>
</coding>
</type>
<value value="4c87928a-cf9c-4f4b-aeeb-61041c84547f"/>
</identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/organization-type"/>
<code value="bus"/>
</coding>
</type>
<name value="My Trade"/>
<telecom>
<system value="email"/>
<value value="[email protected]"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="0102030405"/>
</telecom>
<telecom>
<system value="fax"/>
<value value="0102030450"/>
</telecom>
<address>
<extension
url="https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/address-municipality">
<valueString value="Jamu"/>
</extension>
<extension
url="https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/address-location-reference">
<valueReference>
<reference value="Location/Jamula-village"/>
</valueReference>
</extension>
<line value="54 Pasay"/>
<city value="Jamula"/>
<district value="Rapta"/>
<state value="Ultha"/>
</address>
<contact>
<name>
<text value="John Doe"/>
</name>
</contact>
</Organization>