FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.be.patient-monitoring
Resource TypeValueSet
IdValueSet-continence-level.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-be/patient-monitoring/ValueSet-continence-level.html
URLhttp://hl7belgium.org/fhir/patient-monitoring/ValueSet/continence-level
Version0.1.0
Statusactive
Date2025-11-26T11:04:56+00:00
NameContinenceLevel
TitleContinence level
Realmbe
Authorityhl7
DescriptionLOINC codes to represent the level of continence reported

Resources that use this resource

StructureDefinition
bladder-continence-observationBladder continence Observation

Resources that this resource uses

CodeSystem
loinc.orgLOINC codes used in this IG

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet continence-level


Source1

{
  "resourceType": "ValueSet",
  "id": "continence-level",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-11-26T11:04:56+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"
          }
        ]
      }
    ]
  }
}