MyHealthWay
1.0.1 - Trial-Implementation KR

MyHealthWay - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MyHealthWay Condition Example - XML Representation

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <id value="MyHealthWayConditionExample"/>
  <meta>
    <profile
             value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-condition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="MyHealthWayConditionExample"> </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 &quot;MyHealthWayConditionExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-myhealthway-condition.html">MyHealthWay Condition Profile</a></p></div><p><b>identifier</b>: id: condition-example</p><p><b>clinicalStatus</b>: Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-condition-clinical.html">Condition Clinical Status Codes</a>#active)</span></p><p><b>category</b>: 진단 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/CodeSystem-krcore-condition-category-types.html">KR Core Condition Category Types</a>#진단)</span>, Encounter Diagnosis <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-condition-category.html">Condition Category Codes</a>#encounter-diagnosis)</span></p><p><b>code</b>: 요관의 결석 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/CodeSystem-kostat-kcd-8.html">KOSTAT KCD-8</a>#N20.1; <a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#25064002 &quot;Headache&quot;)</span></p><p><b>subject</b>: <a href="Patient-MyHealthWayPatientExample.html">Patient/MyHealthWayPatientExample</a> &quot;&quot;</p><p><b>encounter</b>: <a href="Encounter-MyHealthWayEncounterExample.html">Encounter/MyHealthWayEncounterExample</a></p><p><b>recordedDate</b>: 2023-04-30</p><p><b>recorder</b>: <a href="PractitionerRole-MyHealthWayPractitionerRoleExample.html">PractitionerRole/MyHealthWayPractitionerRoleExample</a></p></div>
  </text>
  <identifier>
    <system value="http://www.example.com"/>
    <value value="condition-example"/>
  </identifier>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <category>
    <coding>
      <system
              value="http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types"/>
      <code value="진단"/>
    </coding>
  </category>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="encounter-diagnosis"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8"/>
      <code value="N20.1"/>
      <display value="요관의 결석"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="25064002"/>
      <display value="Headache"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/MyHealthWayPatientExample"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/MyHealthWayEncounterExample"/>
  </encounter>
  <recordedDate value="2023-04-30"/>
  <recorder>🔗 
    <reference value="PractitionerRole/MyHealthWayPractitionerRoleExample"/>
  </recorder>
</Condition>