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" : "Claim",
"id" : "ExampleFunctionTrainingClaim",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/rehabilitation-participation-pas-claim-de"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Claim ExampleFunctionTrainingClaim</b></p><a name=\"ExampleFunctionTrainingClaim\"> </a><a name=\"hcExampleFunctionTrainingClaim\"> </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-rehabilitation-participation-pas-claim-de.html\">Rehabilitation Participation PAS Claim DE</a></p></div><p><b>identifier</b>: <code>https://fhir.cognovis.de/praxis/NamingSystem/authorization-request-id</code>/E56-PAS-2026-0002</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-16 11:00:00+0200</p><p><b>insurer</b>: <a href=\"Organization-ExampleRehabPayer.html\">Organization Example statutory payer</a></p><p><b>provider</b>: <a href=\"Practitioner-ExampleRehabRequester.html\">Practitioner Klara Neumann </a></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}\">Normal</span></p><p><b>referral</b>: <a href=\"ServiceRequest-ExampleFunctionTrainingRequest.html\">ServiceRequest </a></p><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>true</td><td><a href=\"Coverage-ExampleRehabCoverage.html\">Coverage: identifier = Gesetzliche Krankenversicherung; status = active; type = gesetzliche Krankenversicherung</a></td></tr></table><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>ProductOrService</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td><span title=\"Codes:\">Function training</span></td><td>24 sessions<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1*')</span></td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://fhir.cognovis.de/praxis/NamingSystem/authorization-request-id",
"value" : "E56-PAS-2026-0002"
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/claim-type",
"code" : "professional"
}
]
},
"use" : "preauthorization",
"patient" : {
🔗 "reference" : "Patient/ExampleRehabPatient"
},
"created" : "2026-07-16T11:00:00+02:00",
"insurer" : {
🔗 "reference" : "Organization/ExampleRehabPayer"
},
"provider" : {
🔗 "reference" : "Practitioner/ExampleRehabRequester"
},
"priority" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/processpriority",
"code" : "normal"
}
]
},
"referral" : {
🔗 "reference" : "ServiceRequest/ExampleFunctionTrainingRequest"
},
"insurance" : [
{
"sequence" : 1,
"focal" : true,
"coverage" : {
🔗 "reference" : "Coverage/ExampleRehabCoverage"
}
}
],
"item" : [
{
"sequence" : 1,
"productOrService" : {
"text" : "Function training"
},
"quantity" : {
"value" : 24,
"unit" : "sessions",
"system" : "http://unitsofmeasure.org",
"code" : "1"
}
}
]
}