Ethiopia Base Implementation Guide
0.1.0 - ci-build
Ethiopia Base Implementation Guide, published by MOH Ethiopia. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/MoH-Ethiopia/ETBase/ and changes regularly. See the Directory of published versions
<Observation xmlns="http://hl7.org/fhir">
<id value="ExampleMycoplasmaGenitaliumTestType"/>
<meta>
<profile
value="http://fhir.et/core/StructureDefinition/mycoplasma-genitalium-test-type-observation"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation ExampleMycoplasmaGenitaliumTestType</b></p><a name="ExampleMycoplasmaGenitaliumTestType"> </a><a name="hcExampleMycoplasmaGenitaliumTestType"> </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-mycoplasma-genitalium-test-type-observation.html">Mycoplasma genitalium Test Type Observation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:">Mycoplasma genitalium test type</span></p><p><b>subject</b>: <a href="http://hl7.org/fhir/uv/cql/STU1/Patient-example.html">Alana Asdf (no stated gender), DoB: 1993-06-14</a></p><p><b>value</b>: <span title="Codes:{http://fhir.et/core/CodeSystem/mycoplasma-genitalium-test-type-cs other}">Other</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:">Other Mycoplasma genitalium test type (specify)</span></p><p><b>value</b>: Experimental multiplex assay</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:">Test type for other STI tested for (specify)</span></p><p><b>value</b>: Custom STI molecular panel</p></blockquote></div>
</text>
<status value="final"/>
<code>
<text value="Mycoplasma genitalium test type"/>
</code>
<subject>
<reference value="Patient/example"/>
</subject>
<valueCodeableConcept>
<coding>
<system
value="http://fhir.et/core/CodeSystem/mycoplasma-genitalium-test-type-cs"/>
<code value="other"/>
<display value="Other"/>
</coding>
</valueCodeableConcept>
<component>
<code>
<text value="Other Mycoplasma genitalium test type (specify)"/>
</code>
<valueString value="Experimental multiplex assay"/>
</component>
<component>
<code>
<text value="Test type for other STI tested for (specify)"/>
</code>
<valueString value="Custom STI molecular panel"/>
</component>
</Observation>