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 Laborauftragskommunikation — Keramik-Inlay Zahn 15 - JSON Representation

Raw json | Download

{
  "resourceType" : "Communication",
  "id" : "ExampleDentalCommunication",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/dental/StructureDefinition/dental-communication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication ExampleDentalCommunication</b></p><a name=\"ExampleDentalCommunication\"> </a><a name=\"hcExampleDentalCommunication\"> </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-communication.html\">Zahnärztliche Kommunikation (DE)</a></p></div><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-category dental}\">Dental</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>sent</b>: 2026-01-22 10:30:00+0100</p><p><b>recipient</b>: <a href=\"Organization-ExampleDentallabor.html\">Organization Zahntechnik Nürnberg GmbH</a></p><p><b>sender</b>: <a href=\"PractitionerRole-role-uselmann-plaerrer.html\">PractitionerRole Doctor</a></p><blockquote><p><b>payload</b></p><p><b>content</b>: Keramik-Inlay Zahn 15, MOD, Farbe A2. Bitte CAD/CAM-Fertigung. Abholung Freitag.</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: Befund: Keramik-Inlay zweiflächig (GOZ 2150), Steigerungsfaktor 2,3. Präparation am 2026-01-22.</p></blockquote></div>"
  },
  "status" : "completed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.cognovis.de/dental/CodeSystem/dental-category",
          "code" : "dental",
          "display" : "Dental"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/pat-pkv-01"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/enc-dental-02-privatschein"
  },
  "sent" : "2026-01-22T10:30:00+01:00",
  "recipient" : [
    {
      🔗 "reference" : "Organization/ExampleDentallabor"
    }
  ],
  "sender" : {
    🔗 "reference" : "PractitionerRole/role-uselmann-plaerrer"
  },
  "payload" : [
    {
      "contentString" : "Keramik-Inlay Zahn 15, MOD, Farbe A2. Bitte CAD/CAM-Fertigung. Abholung Freitag."
    },
    {
      "contentString" : "Befund: Keramik-Inlay zweiflächig (GOZ 2150), Steigerungsfaktor 2,3. Präparation am 2026-01-22."
    }
  ]
}