Fujitsu Healthy Living Implementation Guide
1.1.30 - release

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

: Janet Blood Pressure Observation - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "blood-pressure-janet",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-observation-bloodpressure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"blood-pressure-janet\"> </a><a name=\"hcblood-pressure-janet\"> </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;blood-pressure-janet&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-observation-bloodpressure.html\">Fujitsu Observation BloodPressure Profile</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span>, 血圧 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-observation-vitalsigns-category-cs.html\">JP Core Observation VitalSigns Category CodeSystem</a>#blood-pressure)</span></p><p><b>code</b>: 血圧 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#85354-9 &quot;Blood pressure panel with all children optional&quot;; <a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-observation-vitalsigns-code-cs.html\">JP Core Observation VitalSigns Code CodeSystem</a>#31002365)</span></p><p><b>subject</b>: <a href=\"Patient-JanetPatient.html\">Patient/JanetPatient</a> &quot; CLINICAL TRIAL PATIENT&quot;</p><p><b>effective</b>: 2023-04-10</p><blockquote><p><b>component</b></p><p><b>code</b>: 収縮期血圧 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8480-6 &quot;Systolic blood pressure&quot;; <a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-observation-vitalsigns-code-cs.html\">JP Core Observation VitalSigns Code CodeSystem</a>#31001848)</span></p><p><b>value</b>: 109 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 拡張期血圧 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8462-4 &quot;Diastolic blood pressure&quot;; <a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-observation-vitalsigns-code-cs.html\">JP Core Observation VitalSigns Code CodeSystem</a>#31001849)</span></p><p><b>value</b>: 44 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }
      ],
      "text" : "Vital Signs"
    },
    {
      "coding" : [
        {
          "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationVitalSignsCategory_CS",
          "code" : "blood-pressure",
          "display" : "血圧"
        }
      ],
      "text" : "血圧"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "85354-9",
        "display" : "Blood pressure panel with all children optional"
      },
      {
        "system" : "urn:oid:1.2.392.200119.4.804",
        "code" : "31002365",
        "display" : "血圧"
      }
    ],
    "text" : "血圧"
  },
  "subject" : {
    🔗 "reference" : "Patient/JanetPatient"
  },
  "effectiveDateTime" : "2023-04-10",
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8480-6",
            "display" : "Systolic blood pressure"
          },
          {
            "system" : "urn:oid:1.2.392.200119.4.804",
            "code" : "31001848",
            "display" : "収縮期血圧"
          }
        ],
        "text" : "収縮期血圧"
      },
      "valueQuantity" : {
        "value" : 109,
        "unit" : "mmHg",
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8462-4",
            "display" : "Diastolic blood pressure"
          },
          {
            "system" : "urn:oid:1.2.392.200119.4.804",
            "code" : "31001849",
            "display" : "拡張期血圧"
          }
        ],
        "text" : "拡張期血圧"
      },
      "valueQuantity" : {
        "value" : 44,
        "unit" : "mmHg",
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      }
    }
  ]
}