健診結果報告FHIR記述仕様 実装ガイド
1.2.0 - release Japan

健診結果報告FHIR記述仕様 実装ガイド - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Instance-for-Obs-BW - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "Instance-for-Obs-BW",
  "meta" : {
    "lastUpdated" : "2024-04-05T13:28:17.239+09:00",
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/eCheckup/StructureDefinition/JP_Observation_eCheckupGeneral"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Instance-for-Obs-BW</b></p><a name=\"Instance-for-Obs-BW\"> </a><a name=\"hcInstance-for-Obs-BW\"> </a><a name=\"Instance-for-Obs-BW-ja-JP\"> </a><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\">Last updated: 2024-04-05 13:28:17+0900</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-JP-Observation-eCheckupGeneral.html\">JP_Observation_eCheckupGeneral</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS body-measurement}\">Body Measurement</span></p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.392.200119.6.1005 9N006000000000001}\">体重</span></p><p><b>subject</b>: <a href=\"Bundle-Bundle-eCheckupReport-Sample-01.html#urn-uuid-4bc68294-1895-d159-655b-1bc7e83f52f3\">Bundle: identifier = http://jpfhir.jp/fhir/clins/bundle-identifier#1318814790^2024^0123-Referral-203949583949; type = document; timestamp = 2024-04-05 13:28:17+0900</a></p><p><b>effective</b>: 2020-04-04</p><p><b>value</b>: 65.5 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p><p><b>note</b>: 健診検査結果\u3000体重\u300065.5 cm \u3000\u3000JLAC10=9N006000000000001</p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS",
          "code" : "body-measurement"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.392.200119.6.1005",
        "code" : "9N006000000000001",
        "display" : "体重"
      }
    ]
  },
  "subject" : {
    "reference" : "urn:uuid:4bc68294-1895-d159-655b-1bc7e83f52f3"
  },
  "effectiveDateTime" : "2020-04-04",
  "valueQuantity" : {
    "value" : 65.5,
    "unit" : "kg",
    "system" : "http://unitsofmeasure.org",
    "code" : "kg"
  },
  "note" : [
    {
      "text" : "健診検査結果\u3000体重\u300065.5 cm \u3000\u3000JLAC10=9N006000000000001"
    }
  ]
}