FHIR IG analytics| Package | pc.ig |
| Resource Type | CodeSystem |
| Id | CodeSystem-kidney-side-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/protect-child/CodeSystem-kidney-side-cs.html |
| URL | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/kidney-side |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-02-09T17:40:58+00:00 |
| Name | KidneySideCS |
| Title | Kidney Side CodeSystem |
| Description | Side of the kidney for nephrectomy / transplant context. |
| Content | complete |
| ValueSet | |
| kidney-side-vs | Kidney Side ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem kidney-side-cs
This case-insensitive code system https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/kidney-side defines the following codes:
| Code | Display |
| left | Left |
| right | Right |
| both | Both |
{
"resourceType": "CodeSystem",
"id": "kidney-side-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/kidney-side",
"version": "0.1.0-ci-build",
"name": "KidneySideCS",
"title": "Kidney Side CodeSystem",
"status": "draft",
"experimental": true,
"date": "2026-02-09T17:40:58+00:00",
"publisher": "Protect Child",
"contact": [
{
"name": "Protect Child",
"telecom": [
{
"system": "url",
"value": "https://protect-child.eu/"
}
]
}
],
"description": "Side of the kidney for nephrectomy / transplant context.",
"caseSensitive": false,
"content": "complete",
"count": 3,
"concept": [
{
"code": "left",
"display": "Left"
},
{
"code": "right",
"display": "Right"
},
{
"code": "both",
"display": "Both"
}
]
}