{
  "resourceType" : "CodeSystem",
  "id" : "donor-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem donor-type</b></p><a name=\"donor-type\"> </a><a name=\"hcdonor-type\"> </a><p>This case-sensitive code system <code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/donor-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">living<a name=\"donor-type-living\"> </a></td><td>Living donor</td></tr><tr><td style=\"white-space:nowrap\">deceased<a name=\"donor-type-deceased\"> </a></td><td>Deceased donor</td></tr></table></div>"
  },
  "url" : "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/donor-type",
  "version" : "0.1.0-ci-build",
  "name" : "DonorTypeCS",
  "title" : "Donor type",
  "status" : "draft",
  "date" : "2026-05-17T09:25:18+00:00",
  "publisher" : "Protect Child",
  "contact" : [{
    "name" : "Protect Child",
    "telecom" : [{
      "system" : "url",
      "value" : "https://protect-child.eu/"
    }]
  }],
  "description" : "Living vs deceased donor classification.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [{
    "code" : "living",
    "display" : "Living donor"
  },
  {
    "code" : "deceased",
    "display" : "Deceased donor"
  }]
}