{
  "resourceType" : "Observation",
  "id" : "HeartRateExample",
  "meta" : {
    "profile" : ["http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-observation-heartrate"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"HeartRateExample\"> </a><a name=\"hcHeartRateExample\"> </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;HeartRateExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-observation-heartrate.html\">Fujitsu Observation HeartRate 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>#cardiac-function)</span></p><p><b>code</b>: 心拍数 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8867-4 &quot;Heart rate&quot;; <a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-observation-vitalsigns-code-cs.html\">JP Core Observation VitalSigns Code CodeSystem</a>#31000595)</span></p><p><b>subject</b>: <a href=\"Patient-p001.html\">Patient/p001</a> &quot; 健康&quot;</p><p><b>encounter</b>: <a href=\"Encounter-e001.html\">Encounter/e001</a></p><p><b>effective</b>: 2021-10-01</p><p><b>performer</b>: </p><ul><li><a href=\"Organization-o001.html\">Organization/o001</a> &quot;サンプル病院&quot;</li><li><a href=\"PractitionerRole-r001.html\">PractitionerRole/r001</a></li></ul><p><b>value</b>: 65 /min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code /min = '/min')</span></p></div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "vital-signs",
      "display" : "Vital Signs"
    }]
  },
  {
    "coding" : [{
      "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationVitalSignsCategory_CS",
      "code" : "cardiac-function",
      "display" : "心機能"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "8867-4",
      "display" : "Heart rate"
    },
    {
      "system" : "urn:oid:1.2.392.200119.4.804",
      "code" : "31000595",
      "display" : "心拍数"
    }],
    "text" : "心拍数"
  },
  "subject" : {
    "reference" : "Patient/p001"
  },
  "encounter" : {
    "reference" : "Encounter/e001"
  },
  "effectiveDateTime" : "2021-10-01",
  "performer" : [{
    "reference" : "Organization/o001"
  },
  {
    "reference" : "PractitionerRole/r001"
  }],
  "valueQuantity" : {
    "value" : 65,
    "unit" : "/min",
    "system" : "http://unitsofmeasure.org",
    "code" : "/min"
  }
}