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

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

: JP Core Condition Example 病名(直腸癌) - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "jp-condition-example-1",
  "meta" : {
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition jp-condition-example-1</b></p><a name=\"jp-condition-example-1\"> </a><a name=\"hcjp-condition-example-1\"> </a><a name=\"jp-condition-example-1-ja\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>severity</b>: <span title=\"Codes:{http://jpfhir.jp/fhir/core/CodeSystem/JP_ConditionSeverity_CS MO}\">中度</span></p><p><b>code</b>: <span title=\"Codes:\">KRAS野生型の転移性結腸直腸癌</span></p><p><b>bodySite</b>: <span title=\"Codes:\">結腸直腸</span></p><p><b>subject</b>: <a href=\"Patient-jp-patient-example-1.html\">山田 太郎</a></p><p><b>onset</b>: 52 years<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></p><p><b>recordedDate</b>: 2022-08-01</p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">下血</span></td></tr></table></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item"
        }
      ]
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ConditionSeverity_CS",
        "code" : "MO",
        "display" : "中度"
      }
    ]
  },
  "code" : {
    "text" : "KRAS野生型の転移性結腸直腸癌"
  },
  "bodySite" : [
    {
      "text" : "結腸直腸"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/jp-patient-example-1",
    "display" : "山田 太郎"
  },
  "onsetAge" : {
    "value" : 52,
    "unit" : "years",
    "system" : "http://unitsofmeasure.org",
    "code" : "a"
  },
  "recordedDate" : "2022-08-01",
  "evidence" : [
    {
      "code" : [
        {
          "text" : "下血"
        }
      ]
    }
  ]
}
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。