Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release

Publication Build: This will be filled in by the publication tooling

: Symptom Presence Codes - XML Representation

Active as of 2024-12-19

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="presence-codes"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>このcase-sensitiveコードシステム <code>http://fhir/pghd/CodeSystem/presence-codes</code> は次のコードたちを定義します:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Japanese (ja)</b></td></tr><tr><td style="white-space:nowrap">present<a name="presence-codes-present"> </a></td><td>Present</td><td>The symptom is present.</td><td>症状入力あり</td></tr><tr><td style="white-space:nowrap">notPresent<a name="presence-codes-notPresent"> </a></td><td>Not present</td><td>The symptom is not present.</td><td>症状入力なし</td></tr></table></div>
  </text>
  <url value="http://fhir/pghd/CodeSystem/presence-codes"/>
  <version value="0.5.0"/>
  <name value="SymptomPresence"/>
  <title value="Symptom Presence Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-12-19T16:51:22+09:00"/>
  <description
               value="Code for presence or absence of symptoms  
症状の有無を表すコード"/>
  <copyright value="Copyright 2024+"/>
  <caseSensitive value="true"/>
  <compositional value="false"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="present"/>
    <display value="Present"/>
    <definition value="The symptom is present."/>
    <designation>
      <language value="ja"/>
      <value value="症状入力あり"/>
    </designation>
  </concept>
  <concept>
    <code value="notPresent"/>
    <display value="Not present"/>
    <definition value="The symptom is not present."/>
    <designation>
      <language value="ja"/>
      <value value="症状入力なし"/>
    </designation>
  </concept>
</CodeSystem>