FHIR IG analytics
| Package | pc.ig |
| Resource Type | ValueSet |
| Id | ValueSet-dialysis-type-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/protect-child/ValueSet-dialysis-type-vs.html |
| URL | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/dialysis-type-vs |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-02-09T17:40:58+00:00 |
| Name | DialysisTypeVS |
| Title | Dialysis method ValueSet |
| Description | Dialysis method values expressed using LOINC Answer codes (aligned with LOINC answer list LL2102-3 for 70958-4). |
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| loinc.org | LOINC codes used in this IG |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://loinc.org version Not Stated (use latest from terminology server)
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"
}
]
}
]
}
}