HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: LaboratoryReportExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "LaboratoryReportExample01",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 24326-1}\">电解质报告</span> </h2><table class=\"grid\"><tr><td>Subject</td><td><b>刘康</b> male, DoB: 1955-10-25 ( <code>urn:oid:2.16.840.1.113883.2.23.1.19.1</code>/110101200301120019)</td></tr><tr><td>When For</td><td>2016-07-12 07:45:17+0000</td></tr><tr><td>Reported</td><td>2016-07-13 10:04:01+0000</td></tr><tr><td>Identifier:</td><td> <code>http://acme.com/lab/reports</code>/LAB1001</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Reference Range</b></td><td><b>Flags</b></td></tr><tr><td colspan=\"4\"><i>This Observation could not be resolved</i></td></tr><tr><td colspan=\"4\"><i>This Observation could not be resolved</i></td></tr><tr><td colspan=\"4\"><i>This Observation could not be resolved</i></td></tr><tr><td colspan=\"4\"><i>This Observation could not be resolved</i></td></tr><tr><td colspan=\"4\"><i>This Observation could not be resolved</i></td></tr></table></div>"
  },
  "contained" : [
    {
      "resourceType" : "Observation",
      "id" : "ObservationExampleInline01",
      "status" : "final",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "2951-2",
            "display" : "钠"
          }
        ]
      },
      "subject" : {
        🔗 "reference" : "Patient/PatientExample01",
        "display" : "刘康"
      },
      "performer" : [
        {
          🔗 "reference" : "Practitioner/PractitionerExample01",
          "display" : "赵勇"
        }
      ],
      "valueQuantity" : {
        "value" : 131,
        "system" : "http://unitsofmeasure.org",
        "code" : "mmol/L"
      },
      "interpretation" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v2/0078",
              "code" : "L",
              "display" : "Low"
            }
          ]
        }
      ],
      "referenceRange" : [
        {
          "low" : {
            "value" : 135,
            "system" : "http://unitsofmeasure.org",
            "code" : "mmol/L"
          },
          "high" : {
            "value" : 145,
            "system" : "http://unitsofmeasure.org",
            "code" : "mmol/L"
          }
        }
      ]
    },
    {
      "resourceType" : "Observation",
      "id" : "ObservationExampleInline02",
      "status" : "final",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "2823-3",
            "display" : "钾"
          }
        ]
      },
      "subject" : {
        🔗 "reference" : "Patient/PatientExample01",
        "display" : "刘康"
      },
      "performer" : [
        {
          🔗 "reference" : "Practitioner/PractitionerExample01",
          "display" : "赵勇"
        }
      ],
      "valueQuantity" : {
        "value" : 3.8,
        "system" : "http://unitsofmeasure.org",
        "code" : "mmol/L"
      },
      "interpretation" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v2/0078",
              "code" : "N",
              "display" : "Normal"
            }
          ]
        }
      ],
      "referenceRange" : [
        {
          "low" : {
            "value" : 3.5,
            "system" : "http://unitsofmeasure.org",
            "code" : "mmol/L"
          },
          "high" : {
            "value" : 5.3,
            "system" : "http://unitsofmeasure.org",
            "code" : "mmol/L"
          }
        }
      ]
    },
    {
      "resourceType" : "Observation",
      "id" : "ObservationExampleInline03",
      "status" : "final",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "2075-0",
            "display" : "氯化物"
          }
        ]
      },
      "subject" : {
        🔗 "reference" : "Patient/PatientExample01",
        "display" : "刘康"
      },
      "performer" : [
        {
          🔗 "reference" : "Practitioner/PractitionerExample01",
          "display" : "赵勇"
        }
      ],
      "valueQuantity" : {
        "value" : 112,
        "system" : "http://unitsofmeasure.org",
        "code" : "mmol/L"
      },
      "interpretation" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v2/0078",
              "code" : "H",
              "display" : "High"
            }
          ]
        }
      ],
      "referenceRange" : [
        {
          "low" : {
            "value" : 96,
            "system" : "http://unitsofmeasure.org",
            "code" : "mmol/L"
          },
          "high" : {
            "value" : 108,
            "system" : "http://unitsofmeasure.org",
            "code" : "mmol/L"
          }
        }
      ]
    },
    {
      "resourceType" : "Observation",
      "id" : "ObservationExampleInline04",
      "status" : "final",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "2028-9",
            "display" : "二氧化碳"
          }
        ]
      },
      "subject" : {
        🔗 "reference" : "Patient/PatientExample01",
        "display" : "刘康"
      },
      "performer" : [
        {
          🔗 "reference" : "Practitioner/PractitionerExample01",
          "display" : "赵勇"
        }
      ],
      "valueQuantity" : {
        "value" : 28,
        "system" : "http://unitsofmeasure.org",
        "code" : "mmol/L"
      },
      "interpretation" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v2/0078",
              "code" : "N",
              "display" : "Normal"
            }
          ]
        }
      ],
      "referenceRange" : [
        {
          "low" : {
            "value" : 22,
            "system" : "http://unitsofmeasure.org",
            "code" : "mmol/L"
          },
          "high" : {
            "value" : 34,
            "system" : "http://unitsofmeasure.org",
            "code" : "mmol/L"
          }
        }
      ]
    },
    {
      "resourceType" : "Observation",
      "id" : "ObservationExampleInline05",
      "status" : "final",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "33037-3",
            "display" : "阴离子间隙"
          }
        ]
      },
      "subject" : {
        🔗 "reference" : "Patient/PatientExample01",
        "display" : "刘康"
      },
      "performer" : [
        {
          🔗 "reference" : "Practitioner/PractitionerExample01",
          "display" : "赵勇"
        }
      ],
      "valueQuantity" : {
        "value" : 9,
        "system" : "http://unitsofmeasure.org",
        "code" : "mmol/L"
      },
      "interpretation" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v2/0078",
              "code" : "N",
              "display" : "Normal"
            }
          ]
        }
      ],
      "referenceRange" : [
        {
          "low" : {
            "value" : 8,
            "system" : "http://unitsofmeasure.org",
            "code" : "mmol/L"
          },
          "high" : {
            "value" : 12,
            "system" : "http://unitsofmeasure.org",
            "code" : "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/PatientExample01",
    "display" : "刘康"
  },
  "effectiveDateTime" : "2016-07-12T07:45:17Z",
  "issued" : "2016-07-13T10:04:01+00:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/PractitionerExample01",
      "display" : "赵勇"
    }
  ],
  "result" : [
    {
      "reference" : "#ObservationExampleInline01"
    },
    {
      "reference" : "#ObservationExampleInline02"
    },
    {
      "reference" : "#ObservationExampleInline03"
    },
    {
      "reference" : "#ObservationExampleInline04"
    },
    {
      "reference" : "#ObservationExampleInline05"
    }
  ]
}