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

FHIR IG analytics

Packagekr.mohw.myhealthway
Resource TypeDiagnosticReport
IdDiagnosticReport-MyHealthWayDiagnosticReportPathologyExample.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

조직병리검사 [1장기당] -외부슬라이드 판독(Level A) (Pathology (gross & histopath, not surgical), Pathology report)

Subject김영희 female, DoB: 1971-11-11 ( Medical record number/p03241)
When For2023-04-02
Identifier: http://www.example.com/diagnosticReport-imaging-example

Report Details

에스트로겐 수용체 검사 결과 양성종양 양성 반응

Coded Conclusions :

  • Hormone receptor positive malignant neoplasm of breast (disorder)

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "MyHealthWayDiagnosticReportPathologyExample",
  "meta": {
    "profile": [
      "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-diagnosticreport-pathology"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-testRequestDateTime",
      "valueDateTime": "2023-04-01"
    }
  ],
  "identifier": [
    {
      "system": "http://www.example.com",
      "value": "diagnosticReport-imaging-example"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "PAT"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "371528001"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure",
        "code": "C1561",
        "display": "조직병리검사 [1장기당] -외부슬라이드 판독(Level A)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/MyHealthWayPatientExample"
  },
  "encounter": {
    "reference": "Encounter/MyHealthWayEncounterExample"
  },
  "effectiveDateTime": "2023-04-02",
  "conclusion": "에스트로겐 수용체 검사 결과 양성종양 양성 반응",
  "conclusionCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "417181009",
          "display": "Hormone receptor positive malignant neoplasm of breast (disorder)"
        }
      ]
    }
  ]
}