HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.1). See the Directory of published versions
: JP Core Procedure Not Performed Reason CodeSystem - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "jp-procedure-not-performed-reason-cs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://jpfhir.jp/fhir/core/CodeSystem/JP_ProcedureNotPerformedReason_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></tr><tr><td style=\"white-space:nowrap\">JPPNPR001<a name=\"jp-procedure-not-performed-reason-cs-JPPNPR001\"> </a></td><td>処置が禁忌</td></tr><tr><td style=\"white-space:nowrap\">JPPNPR002<a name=\"jp-procedure-not-performed-reason-cs-JPPNPR002\"> </a></td><td>処置が適応外</td></tr><tr><td style=\"white-space:nowrap\">JPPNPR003<a name=\"jp-procedure-not-performed-reason-cs-JPPNPR003\"> </a></td><td>処置を拒否、または望まず</td></tr><tr><td style=\"white-space:nowrap\">JPPNPR004<a name=\"jp-procedure-not-performed-reason-cs-JPPNPR004\"> </a></td><td>処置が継続困難</td></tr><tr><td style=\"white-space:nowrap\">JPPNPR005<a name=\"jp-procedure-not-performed-reason-cs-JPPNPR005\"> </a></td><td>処置が実施困難</td></tr></table></div>"
},
"url" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ProcedureNotPerformedReason_CS",
"version" : "1.1.1",
"name" : "JP_ProcedureNotPerformedReason_CS",
"title" : "JP Core Procedure Not Performed Reason CodeSystem",
"status" : "active",
"experimental" : false,
"date" : "2022-10-24",
"publisher" : "FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI)",
"contact" : [
{
"name" : "FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI)",
"telecom" : [
{
"system" : "url",
"value" : "http://jpfhir.jp"
},
{
"system" : "email",
"value" : "office@hlfhir.jp"
}
]
}
],
"description" : "処置が実施されなかった理由、または開始された処置が完了しなかった理由を示すコード(より適切なコードと用語に見直し必要)",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "JP"
}
]
}
],
"copyright" : "Copyright FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI) 一般社団法人日本医療情報学会NeXEHRS課題研究会FHIR日本実装検討WG",
"caseSensitive" : true,
"valueSet" : "http://jpfhir.jp/fhir/core/ValueSet/JP_ProcedureNotPerformedReason_VS",
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "JPPNPR001",
"display" : "処置が禁忌"
},
{
"code" : "JPPNPR002",
"display" : "処置が適応外"
},
{
"code" : "JPPNPR003",
"display" : "処置を拒否、または望まず"
},
{
"code" : "JPPNPR004",
"display" : "処置が継続困難"
},
{
"code" : "JPPNPR005",
"display" : "処置が実施困難"
}
]
}