FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejp-core.r4
Resource TypeDiagnosticReport
IdDiagnosticReport-jp-diagnosticreport-labresult-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "jp-diagnosticreport-labresult-example-1",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_DiagnosticReport_LabResult"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "LAB",
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074"
        }
      ]
    }
  ],
  "contained": [
    {
      "resourceType": "Observation",
      "id": "inner-observation-labresult-1",
      "meta": {
        "profile": [
          "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_LabResult"
        ]
      },
      "category": [
        {
          "coding": [
            {
              "code": "laboratory",
              "system": "http://terminology.hl7.org/CodeSystem/observation-category"
            }
          ]
        }
      ],
      "status": "final",
      "code": {
        "coding": [
          {
            "code": "123",
            "system": "http://abc-hospital.local/fhir/Observation/localcode",
            "display": "ヘモグロビン"
          },
          {
            "code": "2A990000001930953",
            "system": "urn:oid:1.2.392.200119.4.504"
          }
        ],
        "text": "ヘモグロビン"
      },
      "subject": {
        "reference": "Patient/jp-patient-example-1"
      },
      "performer": [
        {
          "reference": "Organization/jp-organization-example-hospital",
          "display": "健康第一病院"
        }
      ],
      "valueQuantity": {
        "value": 176,
        "code": "g/L",
        "system": "http://unitsofmeasure.org",
        "unit": "g/L"
      },
      "referenceRange": [
        {
          "low": {
            "value": 135,
            "code": "g/L",
            "system": "http://unitsofmeasure.org",
            "unit": "g/L"
          },
          "high": {
            "value": 180,
            "code": "g/L",
            "system": "http://unitsofmeasure.org",
            "unit": "g/L"
          }
        }
      ],
      "effectiveDateTime": "2021-03-04T08:30:00+11:00",
      "specimen": {
        "reference": "Specimen/jp-specimen-example-2"
      }
    },
    {
      "resourceType": "Observation",
      "id": "inner-observation-labresult-2",
      "meta": {
        "profile": [
          "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_LabResult"
        ]
      },
      "category": [
        {
          "coding": [
            {
              "code": "laboratory",
              "system": "http://terminology.hl7.org/CodeSystem/observation-category"
            }
          ]
        }
      ],
      "status": "final",
      "code": {
        "coding": [
          {
            "code": "456",
            "system": "http://abc-hospital.local/fhir/Observation/localcode",
            "display": "赤血球数"
          },
          {
            "code": "2A990000001992051",
            "system": "urn:oid:1.2.392.200119.4.504"
          }
        ],
        "text": "赤血球数"
      },
      "subject": {
        "reference": "Patient/jp-patient-example-1"
      },
      "performer": [
        {
          "reference": "Organization/jp-organization-example-hospital",
          "display": "健康第一病院"
        }
      ],
      "valueQuantity": {
        "value": 5.9,
        "code": "10*6/uL",
        "system": "http://unitsofmeasure.org",
        "unit": "10*6/uL"
      },
      "referenceRange": [
        {
          "low": {
            "value": 4.2,
            "code": "10*6/uL",
            "system": "http://unitsofmeasure.org",
            "unit": "10*6./L"
          },
          "high": {
            "value": 6,
            "code": "10*6/uL",
            "system": "http://unitsofmeasure.org",
            "unit": "10*6./L"
          }
        }
      ],
      "effectiveDateTime": "2021-03-04T08:30:00+11:00",
      "specimen": {
        "reference": "Specimen/jp-specimen-example-2"
      }
    },
    {
      "resourceType": "Observation",
      "id": "inner-observation-labresult-3",
      "meta": {
        "profile": [
          "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_LabResult"
        ]
      },
      "category": [
        {
          "coding": [
            {
              "code": "laboratory",
              "system": "http://terminology.hl7.org/CodeSystem/observation-category"
            }
          ]
        }
      ],
      "status": "final",
      "code": {
        "coding": [
          {
            "code": "789",
            "system": "http://abc-hospital.local/fhir/Observation/localcode",
            "display": "ヘマトクリット"
          },
          {
            "code": "2A990000001930954",
            "system": "urn:oid:1.2.392.200119.4.504"
          }
        ],
        "text": "ヘマトクリット"
      },
      "subject": {
        "reference": "Patient/jp-patient-example-1"
      },
      "performer": [
        {
          "reference": "Organization/jp-organization-example-hospital",
          "display": "健康第一病院"
        }
      ],
      "valueQuantity": {
        "value": 55,
        "unit": "%"
      },
      "interpretation": [
        {
          "coding": [
            {
              "code": "H",
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"
            }
          ]
        }
      ],
      "effectiveDateTime": "2021-03-04T08:30:00+11:00",
      "referenceRange": [
        {
          "low": {
            "value": 38,
            "unit": "%"
          },
          "high": {
            "value": 52,
            "unit": "%"
          }
        }
      ],
      "specimen": {
        "reference": "Specimen/jp-specimen-example-2"
      }
    }
  ],
  "status": "final",
  "identifier": [
    {
      "system": "http://abc-hospital.local/fhir/lab/reportid",
      "value": "5234342"
    }
  ],
  "code": {
    "coding": [
      {
        "code": "11502-2",
        "system": "http://loinc.org",
        "display": "Laboratory report"
      }
    ]
  },
  "subject": {
    "reference": "Patient/jp-patient-example-1"
  },
  "encounter": {
    "reference": "Encounter/jp-encounter-example-1"
  },
  "effectiveDateTime": "2021-08-25T08:30:00+09:00",
  "issued": "2021-03-04T11:45:33+11:00",
  "performer": [
    {
      "reference": "Organization/jp-organization-example-hospital",
      "display": "健康第一病院"
    }
  ],
  "presentedForm": [
    {
      "contentType": "application/pdf",
      "language": "ja-JP",
      "data": "JVBERi0xLjUNCiW1tbW1DQoxIDAgb2JqDQo8PC9UeXBlL0NhdGFsb2cvUGFnZXMgMiAwIFIvTGFuZyhqYS1KUCkgL1N0cnVjdFRyZWVSb290IDEzIDAgUi9NYXJrSW5mbzw8L01hcmtlZCB0cnVlPj4+Pg0KZW5kb2JqDQoyIDAgb2JqDQo8PC9UeXBlL1BhZ2VzL0NvdW50IDEvS2lkc1sgMyAwIFJdID4+DQplbmRvYmoNCjMgMCBvYmoN",
      "title": "検査結果PDFレポート"
    }
  ],
  "result": [
    {
      "reference": "#inner-observation-labresult-1"
    },
    {
      "reference": "#inner-observation-labresult-2"
    },
    {
      "reference": "#inner-observation-labresult-3"
    }
  ]
}