{
  "resourceType" : "CodeSystem",
  "id" : "be-cs-patientwill-category",
  "url" : "https://www.ehealth.fgov.be/standards/fhir/patientwill/CodeSystem/be-cs-patientwill-category",
  "version" : "1.0.0",
  "name" : "BeCSPatientWillCategory",
  "title" : "Patient Will Category CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-10T10:59:49+00:00",
  "publisher" : "eHealth Platform",
  "contact" : [{
    "name" : "eHealth Platform",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.ehealth.fgov.be/"
    },
    {
      "system" : "email",
      "value" : "support@be-ehealth-standards.atlassian.net"
    }]
  },
  {
    "name" : "Message Structure",
    "telecom" : [{
      "system" : "email",
      "value" : "support@be-ehealth-standards.atlassian.net",
      "use" : "work"
    }]
  }],
  "description" : "Patient Will Category CodeSystem",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "BE",
      "display" : "Belgium"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 8,
  "concept" : [{
    "code" : "negativedeclaration"
  },
  {
    "code" : "euthanasia"
  },
  {
    "code" : "organdonation"
  },
  {
    "code" : "lastwill"
  },
  {
    "code" : "bodydonation"
  },
  {
    "code" : "patientwill"
  },
  {
    "code" : "resuscitation"
  },
  {
    "code" : "hospitalisation"
  }]
}