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 Observation VitalSigns Example バイタル(呼吸数) - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "jp-observation-vitalsigns-example-1",
  "meta" : {
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_VitalSigns"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation jp-observation-vitalsigns-example-1</b></p><a name=\"jp-observation-vitalsigns-example-1\"> </a><a name=\"hcjp-observation-vitalsigns-example-1\"> </a><a name=\"jp-observation-vitalsigns-example-1-ja\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS vital-signs}\">Vital Signs</span>, <span title=\"Codes:{http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationVitalSignsCategory_CS respiratory-function}\">呼吸機能</span></p><p><b>code</b>: <span title=\"Codes:{http://abc-hospital.local/fhir/Observation/localcode abc-local-456}, {http://medis.or.jp/CodeSystem/master-nursingObservationKeyCode 31001369}\">呼吸数</span></p><p><b>subject</b>: <a href=\"Patient-jp-patient-example-1.html\">山田 太郎 Male, DoB: 1970-01-01 ( urn:oid:1.2.392.100495.20.3.51.11311234567#00000010)</a></p><p><b>encounter</b>: <a href=\"Encounter-jp-encounter-example-1.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2022-05-08 13:08:24+0900 --&gt; 2022-05-08 13:23:24+0900</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-2.html\">Practitioner 愛知 太郎</a></p><p><b>value</b>: 400 回</p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationVitalSignsCategory_CS",
          "code" : "respiratory-function",
          "display" : "呼吸機能"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://abc-hospital.local/fhir/Observation/localcode",
        "code" : "abc-local-456",
        "display" : "呼吸数"
      },
      {
        "system" : "http://medis.or.jp/CodeSystem/master-nursingObservationKeyCode",
        "code" : "31001369",
        "display" : "呼吸数"
      }
    ]
  },
  "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-2"
    }
  ],
  "valueQuantity" : {
    "value" : 400,
    "unit" : "回"
  }
}
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。