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

FHIR IG analytics

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

흉부-유방·액와부 초음파-정밀 (Diagnostic Imaging, Imaging report (record artifact))

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

Report Details

좌측 유방 종양 의심


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "MyHealthWayDiagnosticReportImagingExample",
  "meta": {
    "profile": [
      "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-diagnosticreport-imaging"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.example.com",
      "value": "diagnosticReport-imaging-example"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "IMG"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "4201000179104"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure",
        "code": "EB423",
        "display": "흉부-유방·액와부 초음파-정밀"
      }
    ]
  },
  "subject": {
    "reference": "Patient/MyHealthWayPatientExample"
  },
  "encounter": {
    "reference": "Encounter/MyHealthWayEncounterExample"
  },
  "effectiveDateTime": "2023-04-01",
  "media": [
    {
      "link": {
        "reference": "Media/MyHealthWayMediaExample"
      }
    }
  ],
  "conclusion": "좌측 유방 종양 의심"
}