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 Observation BodyMeasurement Example 身体計測(体重) - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "jp-observation-bodyMeasurement-example-1",
  "meta" : {
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_BodyMeasurement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"jp-observation-bodyMeasurement-example-1\"> </a><a name=\"hcjp-observation-bodyMeasurement-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 Observation &quot;jp-observation-bodyMeasurement-example-1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-observation-bodymeasurement.html\">JP Core Observation BodyMeasurement Profile</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Body Measurement <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-jp-simpleobservationcategory-cs.html\">JP Core Simple Observation Category CodeSystem</a>#body-measurement)</span>, 体重 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-jp-observation-bodymeasurement-category-cs.html\">JP Core Observation BodyMeasurement Category CodeSystem</a>#weight)</span></p><p><b>code</b>: abc-local-456 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (localcode#abc-local-456; <a href=\"CodeSystem-jp-observation-bodymeasurement-code-cs.html\">JP Core Observation BodyMeasurement Code CodeSystem</a>#31000296)</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>encounter</b>: <a href=\"Encounter-jp-encounter-example-1.html\">Encounter/jp-encounter-example-1</a></p><p><b>effective</b>: 2021-10-19 10:00:00+0900</p><p><b>performer</b>: <a href=\"Practitioner-jp-practitioner-example-male-1.html\">Practitioner/jp-practitioner-example-male-1</a> &quot; 大阪&quot;</p><p><b>value</b>: 63.5 kg</p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS",
          "code" : "body-measurement",
          "display" : "Body Measurement"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationBodyMeasurementCategory_CS",
          "code" : "weight",
          "display" : "体重"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://abc-hospital.local/fhir/Observation/localcode",
        "code" : "abc-local-456"
      },
      {
        "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationBodyMeasurementCode_CS",
        "code" : "31000296"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/jp-patient-example-1"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/jp-encounter-example-1"
  },
  "effectiveDateTime" : "2021-10-19T10:00:00+09:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/jp-practitioner-example-male-1"
    }
  ],
  "valueQuantity" : {
    "value" : 63.5,
    "unit" : "kg"
  }
}