ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions
: connectdtx-condition-example - XML Representation
Raw xml | Download
<Condition xmlns="http://hl7.org/fhir">
<id value="connectdtx-condition-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/connectdtx-condition"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="connectdtx-condition-example"> </a></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 Condition "connectdtx-condition-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-connectdtx-condition.html">ConnectDTx Condition</a></p></div><p><b>code</b>: Disorders of initiating and maintaining sleep [insomnias] <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (kcd-8#G47.0)</span></p><p><b>subject</b>: <a href="Patient-connectdtx-patient-example.html">Patient/connectdtx-patient-example</a> ""</p><p><b>encounter</b>: <a href="Encounter-connectdtx-encounter-amb-example.html">Encounter/connectdtx-encounter-amb-example</a></p><p><b>recordedDate</b>: 2000-01-01 14:05:00+0900</p></div>
</text>
<code>
<coding>
<system value="https://kostat.or.kr/CodeSystem/kcd-8"/>
<code value="G47.0"/>
<display
value="Disorders of initiating and maintaining sleep [insomnias]"/>
</coding>
</code>
<subject>
<reference value="Patient/connectdtx-patient-example"/>
</subject>
<encounter>
<reference value="Encounter/connectdtx-encounter-amb-example"/>
</encounter>
<recordedDate value="2000-01-01T14:05:00+09:00"/>
</Condition>