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 処置(抜糸) - XML Representation

Raw xml | Download



<Procedure xmlns="http://hl7.org/fhir">
  <id value="jp-procedure-example-1"/>
  <meta>
    <profile
             value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_Procedure"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="in-progress"/>
  <category>
    <coding>
      <system
              value="http://jpfhir.jp/fhir/core/CodeSystem/JP_ProcedureCategory_CS"/>
      <code value="JPPCC004"/>
      <display value="外科的処置"/>
    </coding>
    <text value="創傷処置"/>
  </category>
  <code>
    <coding>
      <system
              value="http://jpfhir.jp/fhir/core/mhlw/CodeSystem/masterS-medicalProcedure"/>
      <code value="140000610"/>
    </coding>
    <text value="創傷処置(100cm2未満)"/>
  </code>
  <subject>🔗 
    <reference value="Patient/jp-patient-example-1"/>
    <display value="山田 太郎"/>
  </subject>
  <performedDateTime value="2022-08-03"/>
  <bodySite>
    <text value="前額部"/>
  </bodySite>
  <outcome>
    <coding>
      <system
              value="http://jpfhir.jp/fhir/core/CodeSystem/JP_ProcedureOutcome_CS"/>
      <code value="JPPOC001"/>
      <display value="成功"/>
    </coding>
  </outcome>
  <followUp>
    <text value="縫合糸の除去"/>
  </followUp>
</Procedure>