CH LAB-Order (R4)
3.0.0 - ci-build
CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.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
{
"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\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport skin-dermatoscopy</b></p><a name=\"skin-dermatoscopy\"> </a><a name=\"hcskin-dermatoscopy\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-ch-lab-order-diagnostic-report.html\">CH LAB-Order Diagnosic Report</a>, <a href=\"http://hl7.org/fhir/R4/diagnosticreport.html\">DiagnosticReport</a></p></div><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>Simone Studer (official) Female, DoB: 1992-01-08 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756011110123400008)</td></tr><tr><td>When For</td><td>2017-03-02</td></tr><tr><td>Reported</td><td>2025-05-01 10:00:00+0000</td></tr><tr><td>Performer</td><td> Marc Mustermann, Arztpraxis</td></tr><tr><td>Identifier</td><td> <code>http://example.org/identifiers</code>/P44444444</td></tr></table><p><b>Report Details</b></p></div>"
},
"identifier" : [
{
"system" : "http://example.org/identifiers",
"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" : "2025-05-01T10:00:00Z",
"performer" : [
{
"display" : "Marc Mustermann, Arztpraxis"
}
],
"resultsInterpreter" : [
{
"display" : "Marc Mustermann, Dr. med."
}
],
"specimen" : [
{
🔗 "reference" : "Specimen/Skin"
}
],
"media" : [
{
"comment" : "Dermatoskopy",
"link" : {
🔗 "reference" : "Media/skin-dermatoskopy-image"
}
}
]
}