JASPEHR(the JApanese Standard Platform for EHRs) 実装ガイド
1.0.0 - draft

JASPEHR(the JApanese Standard Platform for EHRs) 実装ガイド - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JSP QResponse Pseudonymization CodeSystem - JSON Representation

Draft as of 2025-03-01

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "jsp-qresponse-pseudonymization-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem jsp-qresponse-pseudonymization-cs</b></p><a name=\"jsp-qresponse-pseudonymization-cs\"> </a><a name=\"hcjsp-qresponse-pseudonymization-cs\"> </a><a name=\"jsp-qresponse-pseudonymization-cs-en-US\"> </a><p>This case-sensitive code system <code>http://jaspehr.jp/fhir/CodeSystem/JSP_QResponse_Pseudonymization_CS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">masked<a name=\"jsp-qresponse-pseudonymization-cs-masked\"> </a></td><td>Masked</td><td>値を特定文字に置換</td></tr><tr><td style=\"white-space:nowrap\">hmac-sha256<a name=\"jsp-qresponse-pseudonymization-cs-hmac-sha256\"> </a></td><td>HMAC-SHA256</td><td>HMAC-SHA256ハッシュ化</td></tr><tr><td style=\"white-space:nowrap\">null<a name=\"jsp-qresponse-pseudonymization-cs-null\"> </a></td><td>Null</td><td>値を削除</td></tr><tr><td style=\"white-space:nowrap\">date-shift<a name=\"jsp-qresponse-pseudonymization-cs-date-shift\"> </a></td><td>Date Shift</td><td>日付シフト</td></tr><tr><td style=\"white-space:nowrap\">rand-value<a name=\"jsp-qresponse-pseudonymization-cs-rand-value\"> </a></td><td>Random Value</td><td>値のランダム変動</td></tr><tr><td style=\"white-space:nowrap\">aes-cbc128<a name=\"jsp-qresponse-pseudonymization-cs-aes-cbc128\"> </a></td><td>AES-CBC 128</td><td>AES-CBC 128暗号化</td></tr></table></div>"
  },
  "url" : "http://jaspehr.jp/fhir/CodeSystem/JSP_QResponse_Pseudonymization_CS",
  "version" : "1.0.0",
  "name" : "JSP_QResponse_Pseudonymization_CS",
  "title" : "JSP QResponse Pseudonymization CodeSystem",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-03-01T09:30:06+01:00",
  "description" : "仮名化方式コード表",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "masked",
      "display" : "Masked",
      "definition" : "値を特定文字に置換"
    },
    {
      "code" : "hmac-sha256",
      "display" : "HMAC-SHA256",
      "definition" : "HMAC-SHA256ハッシュ化"
    },
    {
      "code" : "null",
      "display" : "Null",
      "definition" : "値を削除"
    },
    {
      "code" : "date-shift",
      "display" : "Date Shift",
      "definition" : "日付シフト"
    },
    {
      "code" : "rand-value",
      "display" : "Random Value",
      "definition" : "値のランダム変動"
    },
    {
      "code" : "aes-cbc128",
      "display" : "AES-CBC 128",
      "definition" : "AES-CBC 128暗号化"
    }
  ]
}