German Practice Management FHIR Profiles (R4)
0.71.0 - STU1
DE
German Practice Management FHIR Profiles (R4) - Local Development build (v0.71.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "karies-condition",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-condition-de"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition karies-condition</b></p><a name=\"karies-condition\"> </a><a name=\"hckaries-condition\"> </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-praxis-condition-de.html\">Praxis Condition DE</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm K02.1}\">Karies mit Dentinbeteiligung</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>recordedDate</b>: 2026-05-05</p><p><b>asserter</b>: <a href=\"Practitioner-par-grading-practitioner-arzt.html\">Dr. Stefan Mueller</a></p><blockquote><p><b>evidence</b></p><p><b>detail</b>: </p><ul><li><a href=\"ImagingStudy-karies-bissfluegel-study.html\">Bissfluegel-Aufnahme Zahn 36</a></li><li><a href=\"DiagnosticReport-karies-befund.html\">Karies-Befundbericht</a></li></ul></blockquote></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed"
}
]
},
"code" : {
"coding" : [
{
"extension" : [
{
"url" : "http://fhir.de/StructureDefinition/icd-10-gm-diagnosesicherheit",
"valueCoding" : {
"system" : "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_ICD_DIAGNOSESICHERHEIT",
"code" : "G",
"display" : "gesicherte Diagnose"
}
}
],
"system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
"version" : "2024",
"code" : "K02.1",
"display" : "Karies mit Dentinbeteiligung"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"recordedDate" : "2026-05-05",
"asserter" : {
🔗 "reference" : "Practitioner/par-grading-practitioner-arzt",
"display" : "Dr. Stefan Mueller"
},
"evidence" : [
{
"detail" : [
{
🔗 "reference" : "ImagingStudy/karies-bissfluegel-study",
"display" : "Bissfluegel-Aufnahme Zahn 36"
},
{
🔗 "reference" : "DiagnosticReport/karies-befund",
"display" : "Karies-Befundbericht"
}
]
}
]
}