{
  "resourceType" : "CodeSystem",
  "id" : "integrity-check-algorithms",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem integrity-check-algorithms</b></p><a name=\"integrity-check-algorithms\"> </a><a name=\"hcintegrity-check-algorithms\"> </a><p>This case-sensitive code system <code>https://specifications.openehr.org/fhir/codesystem-integrity_check_algorithms</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">SHA-1<a name=\"integrity-check-algorithms-SHA-1\"> </a></td></tr><tr><td style=\"white-space:nowrap\">SHA-224<a name=\"integrity-check-algorithms-SHA-224\"> </a></td></tr><tr><td style=\"white-space:nowrap\">SHA-256<a name=\"integrity-check-algorithms-SHA-256\"> </a></td></tr><tr><td style=\"white-space:nowrap\">SHA-384<a name=\"integrity-check-algorithms-SHA-384\"> </a></td></tr><tr><td style=\"white-space:nowrap\">SHA-512<a name=\"integrity-check-algorithms-SHA-512\"> </a></td></tr><tr><td style=\"white-space:nowrap\">SHA-512/224<a name=\"integrity-check-algorithms-SHA-512.47224\"> </a></td></tr><tr><td style=\"white-space:nowrap\">SHA-512/256<a name=\"integrity-check-algorithms-SHA-512.47256\"> </a></td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3,
    "_valueInteger" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://openehr.org/fhir/ImplementationGuide/openehr.base"
      }]
    }
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "informative",
    "_valueCode" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://openehr.org/fhir/ImplementationGuide/openehr.base"
      }]
    }
  }],
  "url" : "https://specifications.openehr.org/fhir/codesystem-integrity_check_algorithms",
  "version" : "0.1.0-snapshot",
  "name" : "integrity_check_algorithms",
  "title" : "Integrity check algorithms",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-11",
  "publisher" : "openEHR + HL7",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.openehr.org"
    }]
  }],
  "description" : "Integrity check algorithms",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "https://specifications.openehr.org/fhir/valueset-integrity-check-algorithms",
  "content" : "complete",
  "concept" : [{
    "code" : "SHA-1",
    "display" : "SHA-1"
  },
  {
    "code" : "SHA-224",
    "display" : "SHA-224"
  },
  {
    "code" : "SHA-256",
    "display" : "SHA-256"
  },
  {
    "code" : "SHA-384",
    "display" : "SHA-384"
  },
  {
    "code" : "SHA-512",
    "display" : "SHA-512"
  },
  {
    "code" : "SHA-512/224",
    "display" : "SHA-512/224"
  },
  {
    "code" : "SHA-512/256",
    "display" : "SHA-512/256"
  }]
}