CH LAB-Order (R4)
2.0.0 - ci-build Switzerland flag

CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions

: Report about the dermatiscopy of skin - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "skin-dermatoscopy",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-diagnostic-report"🔗 ,
      "http://hl7.org/fhir/StructureDefinition/DiagnosticReport"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://snomed.info/sct 1237125003}\">Dermatoscopy of skin, Diagnostic Report</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 PAT}\">Pathology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Simone Studer (Official)</b> female, DoB: 1992-01-08 ( Medical record number/012/08.111113)</td></tr><tr><td>When For</td><td>2017-03-02</td></tr><tr><td>Reported</td><td>2017-03-15 08:13:08+0000</td></tr><tr><td>Identifier:</td><td> <code>https://www.acmeonline.com</code>/P44444444</td></tr></table><p><b>Report Details</b></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.acmeonline.com",
      "value" : "P44444444"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "PAT",
          "display" : "Pathology (gross & histopath, not surgical)"
        }
      ],
      "text" : "Pathology"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1237125003",
        "display" : "Optical dermatoscopy of skin (procedure)"
      }
    ],
    "text" : "Dermatoscopy of skin, Diagnostic Report"
  },
  "subject" : {
    🔗 "reference" : "Patient/SimoneStuder",
    "display" : "Simone Studer"
  },
  "effectiveDateTime" : "2017-03-02",
  "issued" : "2017-03-15T08:13:08Z",
  "performer" : [
    {
      "display" : "Marc Mustermann, Arztpraxis"
    }
  ],
  "resultsInterpreter" : [
    {
      "display" : "Marc Mustermann, Dr. med."
    }
  ],
  "specimen" : [
    {
      🔗 "reference" : "Specimen/Skin"
    }
  ],
  "media" : [
    {
      "comment" : "Dermatoskopy",
      "link" : {
        🔗 "reference" : "Media/skin-dermatoskopy-image"
      }
    }
  ]
}