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

FHIR IG analytics

Packagephis.ig.createtest
Resource TypeDiagnosticReport
IdDiagnosticReport-krcore-diagnosticreport-laboratory-results-example-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

결석-결석분석_화학적분석 (Laboratory)

Subject박아픔 male, DoB: 2001-01-01 ( Medical record number: PID12345)
Reported2023-04-25 16:51:00+0900

Report Details

CodeValueWhen ForReported
일반혈액검사2023-04-252023-04-25 15:25:52+0900

정상


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "krcore-diagnosticreport-laboratory-results-example-01",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-laboratory-results"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure",
        "code": "D0301026",
        "display": "결석-결석분석_화학적분석"
      }
    ]
  },
  "subject": {
    "reference": "Patient/krcore-patient-example-01"
  },
  "issued": "2023-04-25T16:51:00+09:00",
  "performer": [
    {
      "reference": "Practitioner/krcore-medicaldoctor-example-01"
    }
  ],
  "result": [
    {
      "reference": "Observation/krcore-observation-laboratory-result-example-01"
    }
  ],
  "conclusion": "정상"
}