German Practice Management FHIR Profiles (R4)
0.90.0 - STU1
Germany
German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "ClaimResponse",
"id" : "ExampleHomeNursingApproval",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/home-nursing-pas-claim-response-de"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ClaimResponse ExampleHomeNursingApproval</b></p><a name=\"ExampleHomeNursingApproval\"> </a><a name=\"hcExampleHomeNursingApproval\"> </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-home-nursing-pas-claim-response-de.html\">Home Nursing PAS ClaimResponse DE</a></p></div><p><b>identifier</b>: <code>https://fhir.cognovis.de/praxis/NamingSystem/authorization-response-id</code>/E12-DECISION-2026-0001</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type professional}\">Professional</span></p><p><b>use</b>: Preauthorization</p><p><b>patient</b>: <a href=\"Patient-ExampleRehabPatient.html\">Alex Becker (official) Unknown, DoB: 1978-04-17</a></p><p><b>created</b>: 2026-07-25 09:00:00+0200</p><p><b>insurer</b>: <a href=\"Organization-ExampleRehabPayer.html\">Organization Example statutory payer</a></p><p><b>request</b>: <a href=\"Claim-ExampleHomeNursingClaim.html\">Claim: identifier = https://fhir.cognovis.de/praxis/NamingSystem/authorization-request-id#E12-PAS-2026-0001; status = active; type = Professional; use = preauthorization; created = 2026-07-23 10:15:00+0200; priority = Normal</a></p><p><b>outcome</b>: Processing Complete</p><p><b>preAuthRef</b>: E12-DECISION-2026-0001</p><blockquote><p><b>item</b></p><p><b>itemSequence</b>: 1</p><h3>Adjudications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Category</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/adjudication eligible}\">Eligible Amount</span></td><td>1</td></tr></table></blockquote></div>"
},
"identifier" : [
{
"system" : "https://fhir.cognovis.de/praxis/NamingSystem/authorization-response-id",
"value" : "E12-DECISION-2026-0001"
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/claim-type",
"code" : "professional"
}
]
},
"use" : "preauthorization",
"patient" : {
🔗 "reference" : "Patient/ExampleRehabPatient"
},
"created" : "2026-07-25T09:00:00+02:00",
"insurer" : {
🔗 "reference" : "Organization/ExampleRehabPayer"
},
"request" : {
🔗 "reference" : "Claim/ExampleHomeNursingClaim"
},
"outcome" : "complete",
"preAuthRef" : "E12-DECISION-2026-0001",
"item" : [
{
"itemSequence" : 1,
"adjudication" : [
{
"category" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/adjudication",
"code" : "eligible"
}
]
},
"value" : 1
}
]
}
]
}