{
  "resourceType" : "Observation",
  "id" : "LabResultExample2",
  "meta" : {
    "profile" : ["http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-observation-labresult"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"LabResultExample2\"> </a><a name=\"hcLabResultExample2\"> </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;LabResultExample2&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-observation-labresult.html\">Fujitsu Observation LabResult Profile</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <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>#laboratory)</span></p><p><b>code</b>: Ａ／Ｇ比 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://ig.fujitsu.com/healthy-living-jpcore-ext/CodeSystem-jp-observation-labresult-code-cs.html\">JP Core Observation LabResult Code CodeSystem</a>#3A016000002327102 &quot;Ａ／Ｇ&quot;; <a href=\"https://loinc.org/\">LOINC</a>#1759-0 &quot;Albumin/Globulin [Mass Ratio] in Serum or Plasma&quot;)</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>value</b>: 0.62</p><p><b>interpretation</b>: Low <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ObservationInterpretation.html\">ObservationInterpretation</a>#L)</span></p><p><b>specimen</b>: <a name=\"hcspecimen\"> </a></p><blockquote><p/><p><a name=\"specimen\"> </a></p><p><a name=\"hcspecimen\"> </a></p><p><b>type</b>: 全血 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-JLAC10-Specimen.html\">JLAC10 Specimen Codes</a>#018)</span></p><p><b>subject</b>: <a href=\"Patient-p001.html\">Patient/p001</a> &quot; 健康&quot;</p></blockquote><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>1.32</td><td>2.23</td></tr></table><hr/><blockquote><p><b>Generated Narrative: Specimen #specimen</b><a name=\"specimen\"> </a><a name=\"hcspecimen\"> </a></p><p><b>type</b>: 全血 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-JLAC10-Specimen.html\">JLAC10 Specimen Codes</a>#018)</span></p><p><b>subject</b>: <a href=\"Patient-p001.html\">Patient/p001</a> &quot; 健康&quot;</p></blockquote></div>"
  },
  "contained" : [{
    "resourceType" : "Specimen",
    "id" : "specimen",
    "meta" : {
      "profile" : ["http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-specimen"]
    },
    "type" : {
      "coding" : [{
        "system" : "http://jpfhir.jp/fhir/Common/CodeSystem/specimen-codes",
        "code" : "018",
        "display" : "全血"
      }],
      "text" : "全血"
    },
    "subject" : {
      "reference" : "Patient/p001"
    }
  }],
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "laboratory",
      "display" : "Laboratory"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "urn:oid:1.2.392.200119.4.504",
      "code" : "3A016000002327102",
      "display" : "Ａ／Ｇ"
    },
    {
      "system" : "http://loinc.org",
      "code" : "1759-0",
      "display" : "Albumin/Globulin [Mass Ratio] in Serum or Plasma"
    }],
    "text" : "Ａ／Ｇ比"
  },
  "subject" : {
    "reference" : "Patient/p001"
  },
  "encounter" : {
    "reference" : "Encounter/e001"
  },
  "effectiveDateTime" : "2021-10-01",
  "valueQuantity" : {
    "value" : 0.62
  },
  "interpretation" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
      "code" : "L",
      "display" : "Low"
    }]
  }],
  "specimen" : {
    "reference" : "#specimen"
  },
  "referenceRange" : [{
    "low" : {
      "value" : 1.32
    },
    "high" : {
      "value" : 2.23
    }
  }]
}