German Dental FHIR Profiles (R4)
0.36.1 - trial-use DE

German Dental FHIR Profiles (R4) - Local Development build (v0.36.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel Laborauftrag Keramik-Inlay Zahn 15 - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleDentalLabServiceRequest",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/dental/StructureDefinition/dental-lab-service-request"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ExampleDentalLabServiceRequest</b></p><a name=\"ExampleDentalLabServiceRequest\"> </a><a name=\"hcExampleDentalLabServiceRequest\"> </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\">Profile: <a href=\"StructureDefinition-dental-lab-service-request.html\">Zahntechnischer Laborauftrag (DE)</a></p></div><p><b>identifier</b>: <code>https://example-dental-practice.de/labor-id</code>/LAB-2026-000015</p><p><b>basedOn</b>: <a href=\"CarePlan-ExampleZeCarePlan.html\">CarePlan ZE-Plan: Brückenversorgung Zahn 35-37 — gleichartig</a></p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:\">Keramik-Inlay Zahn 15, CAD/CAM</span></p><p><b>subject</b>: <a href=\"Patient-pat-pkv-01.html\">Charlotte von Hohenstein (official) Female, DoB: 1975-09-03</a></p><p><b>encounter</b>: <a href=\"Encounter-enc-dental-02-privatschein.html\">Encounter: identifier = https://example-dental-practice.de/fall-id#DENTAL-2026-0002; status = finished; class = ambulatory (v3 Code System ActCode#AMB); period = 2026-01-22 --&gt; 2026-01-22</a></p><p><b>authoredOn</b>: 2026-01-22</p><p><b>requester</b>: <a href=\"PractitionerRole-role-schoell-gibitzenhof.html\">PractitionerRole Doctor</a></p><p><b>performer</b>: <a href=\"Organization-ExampleDentallabor.html\">Organization Zahntechnik Nürnberg GmbH</a></p><p><b>note</b>: </p><blockquote><div><p>Keramik-Inlay Zahn 15, Farbe A2, CAD/CAM. Abholung bis Freitag.</p>\n</div></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://example-dental-practice.de/labor-id",
      "value" : "LAB-2026-000015"
    }
  ],
  "basedOn" : [
    {
      🔗 "reference" : "CarePlan/ExampleZeCarePlan"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "code" : {
    "text" : "Keramik-Inlay Zahn 15, CAD/CAM"
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-pkv-01"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/enc-dental-02-privatschein"
  },
  "authoredOn" : "2026-01-22",
  "requester" : {
    🔗 "reference" : "PractitionerRole/role-schoell-gibitzenhof"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/ExampleDentallabor"
    }
  ],
  "note" : [
    {
      "text" : "Keramik-Inlay Zahn 15, Farbe A2, CAD/CAM. Abholung bis Freitag."
    }
  ]
}