{
  "resourceType": "DiagnosticReport",
  "id": "123456",
  "meta": {
    "profile": [
      "http://hl7china.org.cn/fhir/StructureDefinition/profile-DiagnosticReport"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n        报告文本描述部分：。。。。</div>"
  },
  "contained": [
    {
      "resourceType": "Observation",
      "id": "o1",
      "status": "final",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "2951-2",
            "display": "钠"
          }
        ]
      },
      "subject": {
        "reference": "Patient/1",
        "display": "刘康"
      },
      "performer": [
        {
          "reference": "Practitioner/1",
          "display": "张三"
        }
      ],
      "valueQuantity": {
        "value": 131.0,
        "unit": "mmol/L"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v2/0078",
              "code": "L",
              "display": "Low"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 135.0,
            "unit": "mmol/L"
          },
          "high": {
            "value": 145.0,
            "unit": "mmol/L"
          }
        }
      ]
    },
    {
      "resourceType": "Observation",
      "id": "o2",
      "status": "final",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "2823-3",
            "display": "钾"
          }
        ]
      },
      "subject": {
        "reference": "Patient/1",
        "display": "刘康"
      },
      "performer": [
        {
          "reference": "Practitioner/1",
          "display": "张三"
        }
      ],
      "valueQuantity": {
        "value": 3.8,
        "unit": "mmol/L"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v2/0078",
              "code": "N",
              "display": "Normal"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 3.5,
            "unit": "mmol/L"
          },
          "high": {
            "value": 5.3,
            "unit": "mmol/L"
          }
        }
      ]
    },
    {
      "resourceType": "Observation",
      "id": "o3",
      "status": "final",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "2075-0",
            "display": "氯化物"
          }
        ]
      },
      "subject": {
        "reference": "Patient/1",
        "display": "刘康"
      },
      "performer": [
        {
          "reference": "Practitioner/1",
          "display": "张三"
        }
      ],
      "valueQuantity": {
        "value": 112.0,
        "unit": "mmol/L"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v2/0078",
              "code": "H",
              "display": "High"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 96.0,
            "unit": "mmol/L"
          },
          "high": {
            "value": 108.0,
            "unit": "mmol/L"
          }
        }
      ]
    },
    {
      "resourceType": "Observation",
      "id": "o4",
      "status": "final",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "2028-9",
            "display": "二氧化碳"
          }
        ]
      },
      "subject": {
        "reference": "Patient/1",
        "display": "刘康"
      },
      "performer": [
        {
          "reference": "Practitioner/1",
          "display": "张三"
        }
      ],
      "valueQuantity": {
        "value": 28.0,
        "unit": "mmol/L"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v2/0078",
              "code": "N",
              "display": "Normal"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 22.0,
            "unit": "mmol/L"
          },
          "high": {
            "value": 34.0,
            "unit": "mmol/L"
          }
        }
      ]
    },
    {
      "resourceType": "Observation",
      "id": "o5",
      "status": "final",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "33037-3",
            "display": "阴离子间隙"
          }
        ]
      },
      "subject": {
        "reference": "Patient/1",
        "display": "刘康"
      },
      "performer": [
        {
          "reference": "Practitioner/1",
          "display": "张三"
        }
      ],
      "valueQuantity": {
        "value": 9.0,
        "unit": "mmol/L"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v2/0078",
              "code": "N",
              "display": "Normal"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 8.0,
            "unit": "mmol/L"
          },
          "high": {
            "value": 16.0,
            "unit": "mmol/L"
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "http://acme.com/lab/reports",
      "value": "LAB1001"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "24326-1",
        "display": "电解质组合HCFA 98"
      }
    ],
    "text": "电解质报告"
  },
  "subject": {
    "reference": "Patient/1",
    "display": "刘康"
  },
  "effectiveDateTime": "2016-07-12T07:45:17Z",
  "issued": "2016-07-13T10:04:01+00:00",
  "performer": [
    {
      "reference": "Practitioner/1",
      "display": "张三"
    }
  ],
  "result": [
    {
      "reference": "#o1"
    },
    {
      "reference": "#o2"
    },
    {
      "reference": "#o3"
    },
    {
      "reference": "#o4"
    },
    {
      "reference": "#o5"
    }
  ]
}