HL7 FHIR JP Core ImplementationGuide
1.1.2-dev - ci-build Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.2-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JP Core Procedure Example 処置(抜糸) - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "jp-procedure-example-1",
  "meta" : {
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"jp-procedure-example-1\"> </a><a name=\"hcjp-procedure-example-1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Procedure &quot;jp-procedure-example-1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-procedure.html\">JP Core Procedure Profile</a></p></div><p><b>status</b>: in-progress</p><p><b>category</b>: 創傷処置 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://jpfhir.jp/fhir/core/CodeSystem/JP_ProcedureCategory_CS\">JP Core Procedure Category CodeSystem</a>#JPPCC004 &quot;外科的処置&quot;)</span></p><p><b>code</b>: 創傷処置(100cm2未満) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://jpfhir.jp/fhir/core/mhlw/CodeSystem/masterS-medicalProcedure\">JP Core Procedure Codes Medical CodeSystem</a>#140000610)</span></p><p><b>subject</b>: <a href=\"Patient-jp-patient-example-1.html\">Patient/jp-patient-example-1: 山田 太郎</a> &quot; 山田&quot;</p><p><b>performed</b>: 2022-08-03</p><p><b>bodySite</b>: 前額部 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>outcome</b>: 成功 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-jp-procedure-outcome-cs.html\">JP Core Procedure Outcome CodeSystem</a>#JPPOC001)</span></p><p><b>followUp</b>: 縫合糸の除去 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></div>"
  },
  "status" : "in-progress",
  "category" : {
    "coding" : [
      {
        "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ProcedureCategory_CS",
        "code" : "JPPCC004",
        "display" : "外科的処置"
      }
    ],
    "text" : "創傷処置"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://jpfhir.jp/fhir/core/mhlw/CodeSystem/masterS-medicalProcedure",
        "code" : "140000610"
      }
    ],
    "text" : "創傷処置(100cm2未満)"
  },
  "subject" : {
    🔗 "reference" : "Patient/jp-patient-example-1",
    "display" : "山田 太郎"
  },
  "performedDateTime" : "2022-08-03",
  "bodySite" : [
    {
      "text" : "前額部"
    }
  ],
  "outcome" : {
    "coding" : [
      {
        "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ProcedureOutcome_CS",
        "code" : "JPPOC001",
        "display" : "成功"
      }
    ]
  },
  "followUp" : [
    {
      "text" : "縫合糸の除去"
    }
  ]
}