FHIR IG analytics| Package | pc.ig |
| Resource Type | CodeSystem |
| Id | CodeSystem-patient-rh-factor-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/protect-child/CodeSystem-patient-rh-factor-cs.html |
| URL | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-rh-factor |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-02-09T17:40:58+00:00 |
| Name | PatientRhFactorCS |
| Title | Rh Factor CodeSystem |
| Description | Rh factor for transplant recipients and donors. |
| Content | complete |
| ValueSet | |
| patient-rh-factor-vs | Rh Factor ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem patient-rh-factor-cs
This case-insensitive code system https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-rh-factor defines the following codes:
| Code | Display |
| positive | Rh positive |
| negative | Rh negative |
{
"resourceType": "CodeSystem",
"id": "patient-rh-factor-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-rh-factor",
"version": "0.1.0-ci-build",
"name": "PatientRhFactorCS",
"title": "Rh Factor 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": "Rh factor for transplant recipients and donors.",
"caseSensitive": false,
"content": "complete",
"count": 2,
"concept": [
{
"code": "positive",
"display": "Rh positive"
},
{
"code": "negative",
"display": "Rh negative"
}
]
}