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

FHIR IG analytics

Packagepc.ig
Resource TypeValueSet
IdValueSet-dialysis-type-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/protect-child/ValueSet-dialysis-type-vs.html
URLhttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/dialysis-type-vs
Version0.1.0-ci-build
Statusdraft
Date2026-02-09T17:40:58+00:00
NameDialysisTypeVS
TitleDialysis method ValueSet
DescriptionDialysis method values expressed using LOINC Answer codes (aligned with LOINC answer list LL2102-3 for 70958-4).

Resources that use this resource

StructureDefinition
donor-pre-ktx-dialysis-type-observationDonor pre-KTX dialysis type 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 dialysis-type-vs

  • Include these codes as defined in http://loinc.org version Not Stated (use latest from terminology server)
    CodeDisplay
    LA9975-9Hemodialysis
    LA10059-6Peritoneal Dialysis

Source1

{
  "resourceType": "ValueSet",
  "id": "dialysis-type-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/dialysis-type-vs",
  "version": "0.1.0-ci-build",
  "name": "DialysisTypeVS",
  "title": "Dialysis method ValueSet",
  "status": "draft",
  "date": "2026-02-09T17:40:58+00:00",
  "publisher": "Protect Child",
  "contact": [
    {
      "name": "Protect Child",
      "telecom": [
        {
          "system": "url",
          "value": "https://protect-child.eu/"
        }
      ]
    }
  ],
  "description": "Dialysis method values expressed using LOINC Answer codes (aligned with LOINC answer list LL2102-3 for 70958-4).",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "LA9975-9",
            "display": "Hemodialysis"
          },
          {
            "code": "LA10059-6",
            "display": "Peritoneal Dialysis"
          }
        ]
      }
    ]
  }
}