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" : "Task",
"id" : "ExampleHomeNursingTask",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/home-nursing-pas-task-de"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task ExampleHomeNursingTask</b></p><a name=\"ExampleHomeNursingTask\"> </a><a name=\"hcExampleHomeNursingTask\"> </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-task-de.html\">Home Nursing PAS Task DE</a></p></div><p><b>identifier</b>: <code>https://fhir.cognovis.de/praxis/NamingSystem/authorization-task-id</code>/E12-TASK-2026-0001</p><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/pas-task-code submit}\">Antrag einreichen</span></p><p><b>for</b>: <a href=\"Patient-ExampleRehabPatient.html\">Alex Becker (official) Unknown, DoB: 1978-04-17</a></p><p><b>authoredOn</b>: 2026-07-23 10:15:00+0200</p><p><b>lastModified</b>: 2026-07-25 09:00:00+0200</p><p><b>requester</b>: <a href=\"Practitioner-ExampleRehabRequester.html\">Practitioner Klara Neumann </a></p><p><b>owner</b>: <a href=\"Organization-ExampleRehabPayer.html\">Organization Example statutory payer</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type claim-reference}\">Claim Reference</span></td><td><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></td></tr></table><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type response-reference}\">ClaimResponse Reference</span></td><td><a href=\"ClaimResponse-ExampleHomeNursingApproval.html\">ClaimResponse: identifier = https://fhir.cognovis.de/praxis/NamingSystem/authorization-response-id#E12-DECISION-2026-0001; status = active; type = Professional; use = preauthorization; created = 2026-07-25 09:00:00+0200; outcome = complete; preAuthRef = E12-DECISION-2026-0001</a></td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://fhir.cognovis.de/praxis/NamingSystem/authorization-task-id",
"value" : "E12-TASK-2026-0001"
}
],
"status" : "completed",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "https://fhir.cognovis.de/praxis/CodeSystem/pas-task-code",
"code" : "submit"
}
]
},
"for" : {
🔗 "reference" : "Patient/ExampleRehabPatient"
},
"authoredOn" : "2026-07-23T10:15:00+02:00",
"lastModified" : "2026-07-25T09:00:00+02:00",
"requester" : {
🔗 "reference" : "Practitioner/ExampleRehabRequester"
},
"owner" : {
🔗 "reference" : "Organization/ExampleRehabPayer"
},
"input" : [
{
"type" : {
"coding" : [
{
"system" : "https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type",
"code" : "claim-reference"
}
]
},
"valueReference" : {
🔗 "reference" : "Claim/ExampleHomeNursingClaim"
}
}
],
"output" : [
{
"type" : {
"coding" : [
{
"system" : "https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type",
"code" : "response-reference"
}
]
},
"valueReference" : {
🔗 "reference" : "ClaimResponse/ExampleHomeNursingApproval"
}
}
]
}