Fujitsu Healthy Living Implementation Guide
1.1.29 - release

Publication Build: This will be filled in by the publication tooling

: RadiationTherapyExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "RadiationTherapyExample",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"RadiationTherapyExample\"> </a><a name=\"hcRadiationTherapyExample\"> </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;RadiationTherapyExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-procedure.html\">Fujitsu Procedure Profile</a></p></div><p><b>status</b>: completed</p><p><b>category</b>: 放射線治療 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>code</b>: 強度変調放射治療IMRT対外照射 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-procedure-codes-medical-cs.html\">JP Core Procedure Codes Medical CodeSystem</a>#180031910 &quot;体外照射(強度変調放射線治療(IMRT))&quot;; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#441799006 &quot;Intensity modulated radiation therapy (procedure)&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-p001.html\">Patient/p001</a> &quot; 健康&quot;</p><p><b>encounter</b>: <a href=\"Encounter-e001.html\">Encounter/e001</a></p><p><b>performed</b>: 2021-10-01 11:22:00+0900</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-o001.html\">Organization/o001</a> &quot;サンプル病院&quot;</td></tr></table><p><b>bodySite</b>: 胸部 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://ig.fujitsu.com/healthy-living-jpcore-ext/CodeSystem-jp-procedure-body-site-cs.html\">JP Core Procedure BodySite CodeSystem</a>#1435; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#251007 &quot;Pectoral region&quot;)</span></p></div>"
  },
  "status" : "completed",
  "category" : {
    "text" : "放射線治療"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ProcedureCodesMedical_CS",
        "code" : "180031910",
        "display" : "体外照射(強度変調放射線治療(IMRT))"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "441799006",
        "display" : "Intensity modulated radiation therapy (procedure)"
      }
    ],
    "text" : "強度変調放射治療IMRT対外照射"
  },
  "subject" : {
    🔗 "reference" : "Patient/p001"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/e001"
  },
  "performedDateTime" : "2021-10-01T11:22:00+09:00",
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Organization/o001"
      }
    }
  ],
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ProcedureBodySite_CS",
          "code" : "1435",
          "display" : "胸部"
        },
        {
          "system" : "http://snomed.info/sct",
          "code" : "251007",
          "display" : "Pectoral region"
        }
      ],
      "text" : "胸部"
    }
  ]
}