{
  "resourceType" : "Observation",
  "id" : "pghd-respiratoryrate-3",
  "meta" : {
    "profile" : ["http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-observation-respiratoryrate"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"pghd-respiratoryrate-3\"> </a><a name=\"hcpghd-respiratoryrate-3\"> </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;pghd-respiratoryrate-3&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-observation-respiratoryrate.html\">Fujitsu Observation RespiratoryRate Profile</a></p></div><p><b>Fujitsu Relationship To Physical Ativity Extension</b>: 休憩中 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-temporal-relationship-to-physical-activity.html\">Temporal relationship to physical activity</a>#atRest)</span></p><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>#respiratory-function)</span></p><p><b>code</b>: 呼吸数 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#9279-1 &quot;Respiratory rate&quot;; <a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-observation-vitalsigns-code-cs.html\">JP Core Observation VitalSigns Code CodeSystem</a>#31001369)</span></p><p><b>subject</b>: <a href=\"Patient-p001.html\">Patient/p001</a> &quot; 健康&quot;</p><p><b>effective</b>: 2020-02-05 07:25:00+0900</p><p><b>value</b>: 11 /min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code /min = '/min')</span></p><p><b>device</b>: <a name=\"hcdevice\"> </a></p><blockquote><p/><p><a name=\"device\"> </a></p><p><a name=\"hcdevice\"> </a></p><p><b>manufacturer</b>: Apple</p><blockquote><p><b>deviceName</b></p><p><b>name</b>: iPhone</p><p><b>type</b>: user-friendly-name</p></blockquote><blockquote><p><b>deviceName</b></p><p><b>name</b>: iPhone</p><p><b>type</b>: model-name</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: heardware <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>value</b>: iPhone13,1</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: software <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>value</b>: 16.1.1</p></blockquote></blockquote><hr/><blockquote><p><b>Generated Narrative: Device #device</b><a name=\"device\"> </a><a name=\"hcdevice\"> </a></p><p><b>manufacturer</b>: Apple</p><blockquote><p><b>deviceName</b></p><p><b>name</b>: iPhone</p><p><b>type</b>: user-friendly-name</p></blockquote><blockquote><p><b>deviceName</b></p><p><b>name</b>: iPhone</p><p><b>type</b>: model-name</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: heardware <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>value</b>: iPhone13,1</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: software <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>value</b>: 16.1.1</p></blockquote></blockquote></div>"
  },
  "contained" : [{
    "resourceType" : "Device",
    "id" : "device",
    "meta" : {
      "profile" : ["http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-device"]
    },
    "manufacturer" : "Apple",
    "deviceName" : [{
      "name" : "iPhone",
      "type" : "user-friendly-name"
    },
    {
      "name" : "iPhone",
      "type" : "model-name"
    }],
    "version" : [{
      "type" : {
        "text" : "heardware"
      },
      "value" : "iPhone13,1"
    },
    {
      "type" : {
        "text" : "software"
      },
      "value" : "16.1.1"
    }]
  }],
  "extension" : [{
    "url" : "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-extension-temporal-relationship-to-physical-activity",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "http://ig.fujitsu.com/healthy-living/CodeSystem/temporal-relationship-to-physical-activity",
        "code" : "atRest",
        "display" : "休憩中"
      }]
    }
  }],
  "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" : "respiratory-function",
      "display" : "呼吸機能"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "9279-1",
      "display" : "Respiratory rate"
    },
    {
      "system" : "urn:oid:1.2.392.200119.4.804",
      "code" : "31001369",
      "display" : "呼吸数"
    }],
    "text" : "呼吸数"
  },
  "subject" : {
    "reference" : "Patient/p001"
  },
  "effectiveDateTime" : "2020-02-05T07:25:00+09:00",
  "valueQuantity" : {
    "value" : 11,
    "unit" : "/min",
    "system" : "http://unitsofmeasure.org",
    "code" : "/min"
  },
  "device" : {
    "reference" : "#device"
  }
}