MyHealthWay
0.1.1 - draft Korea, Republic of

MyHealthWay - Local Development build (v0.1.1). See the Directory of published versions

: MyHealthWay DiagnosticReport Imaging Example - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "MyHealthWayDiagnosticReportImagingExample",
  "meta" : {
    "profile" : [
      🔗 "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-diagnosticreport-imaging"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure EB423}\">흉부-유방·액와부 초음파-정밀</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 IMG}\">Diagnostic Imaging</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>김영희</b> female, DoB: 1971-11-11 ( Medical record number: p03241)</td></tr><tr><td>When For</td><td>2023-04-01</td></tr><tr><td>Identifier:</td><td> id:\u00a0diagnosticReport-imaging-example</td></tr></table><p><b>Report Details</b></p><p>좌측 유방 종양 의심</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.example.com",
      "value" : "diagnosticReport-imaging-example"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "IMG"
        }
      ]
    }
  ],
  "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" : "좌측 유방 종양 의심"
}