Fujitsu Healthy Living Implementation Guide
1.1.28 - release

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

: Symptom Presence Codes - JSON Representation

Active as of 2025-07-09

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "presence-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://ig.fujitsu.com/healthy-living/CodeSystem/presence-codes</code> defines the following codes:</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>"
  },
  "url" : "http://ig.fujitsu.com/healthy-living/CodeSystem/presence-codes",
  "version" : "1.1.28",
  "name" : "SymptomPresence",
  "title" : "Symptom Presence Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-07-09T03:03:47+00:00",
  "publisher" : "Fujitsu",
  "contact" : [
    {
      "name" : "Fujitsu",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hlpf.global.fujitsu.com/top/"
        }
      ]
    }
  ],
  "description" : "Code for presence or absence of symptoms  \n症状の有無を表すコード",
  "caseSensitive" : true,
  "compositional" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "present",
      "display" : "Present",
      "definition" : "The symptom is present.",
      "designation" : [
        {
          "language" : "ja",
          "value" : "症状入力あり"
        }
      ]
    },
    {
      "code" : "notPresent",
      "display" : "Not present",
      "definition" : "The symptom is not present.",
      "designation" : [
        {
          "language" : "ja",
          "value" : "症状入力なし"
        }
      ]
    }
  ]
}