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

FHIR IG analytics

Packagepc.ig
Resource TypeCodeSystem
IdCodeSystem-patient-abo-group-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/protect-child/CodeSystem-patient-abo-group-cs.html
URLhttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-abo-group
Version0.1.0-ci-build
Statusdraft
Date2026-02-09T17:40:58+00:00
NamePatientABOGroupCS
TitleABO Group CodeSystem
DescriptionABO blood groups for transplant recipients and donors.
Contentcomplete

Resources that use this resource

ValueSet
patient-abo-group-vsABO Group ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem patient-abo-group-cs

This case-insensitive code system https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-abo-group defines the following codes:

CodeDisplay
A Group A
B Group B
AB Group AB
O Group O

Source1

{
  "resourceType": "CodeSystem",
  "id": "patient-abo-group-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-abo-group",
  "version": "0.1.0-ci-build",
  "name": "PatientABOGroupCS",
  "title": "ABO Group 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": "ABO blood groups for transplant recipients and donors.",
  "caseSensitive": false,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "A",
      "display": "Group A"
    },
    {
      "code": "B",
      "display": "Group B"
    },
    {
      "code": "AB",
      "display": "Group AB"
    },
    {
      "code": "O",
      "display": "Group O"
    }
  ]
}