Patient Monitoring Outcome FHIR Implementation Guide
0.1.0 - STU1 Belgium flag

Patient Monitoring Outcome FHIR Implementation Guide, published by My Organization. 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/hl7-be/patient-monitoring/ and changes regularly. See the Directory of published versions

: Continence level - JSON Representation

Active as of 2025-10-15

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "continence-level",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet continence-level</b></p><a name=\"continence-level\"> </a><a name=\"hccontinence-level\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicity stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/LA126-5/\">LA126-5</a></td><td>CONTINENT</td></tr><tr><td><a href=\"https://loinc.org/LA127-3/\">LA127-3</a></td><td>USUALLY CONTINENT</td></tr><tr><td><a href=\"https://loinc.org/LA128-1/\">LA128-1</a></td><td>OCCASIONALLY INCONTINENT</td></tr><tr><td><a href=\"https://loinc.org/LA129-9/\">LA129-9</a></td><td>FREQUENTLY INCONTINENT</td></tr><tr><td><a href=\"https://loinc.org/LA130-7/\">LA130-7</a></td><td>INCONTINENT</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7belgium.org/fhir/patient-monitoring/ValueSet/continence-level",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.54.48.7"
    }
  ],
  "version" : "0.1.0",
  "name" : "ContinenceLevel",
  "title" : "Continence level",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-10-15T15:23:31+00:00",
  "publisher" : "My Organization",
  "contact" : [
    {
      "name" : "My Organization",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.com/committees"
        },
        {
          "system" : "email",
          "value" : "my-group@example.com"
        }
      ]
    },
    {
      "name" : "Bob Smith",
      "telecom" : [
        {
          "system" : "email",
          "value" : "bobsmith@example.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "LOINC codes to represent the level of continence reported",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "LA126-5",
            "display" : "CONTINENT"
          },
          {
            "code" : "LA127-3",
            "display" : "USUALLY CONTINENT"
          },
          {
            "code" : "LA128-1",
            "display" : "OCCASIONALLY INCONTINENT"
          },
          {
            "code" : "LA129-9",
            "display" : "FREQUENTLY INCONTINENT"
          },
          {
            "code" : "LA130-7",
            "display" : "INCONTINENT"
          }
        ]
      }
    ]
  }
}