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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Claim/ExampleHomeNursingClaim> a fhir:Claim ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleHomeNursingClaim"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/home-nursing-pas-claim-de" ;
fhir:index 0 ;
fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/home-nursing-pas-claim-de>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Claim ExampleHomeNursingClaim</b></p><a name=\"ExampleHomeNursingClaim\"> </a><a name=\"hcExampleHomeNursingClaim\"> </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-de.html\">Home Nursing PAS Claim DE</a></p></div><p><b>identifier</b>: <code>https://fhir.cognovis.de/praxis/NamingSystem/authorization-request-id</code>/E12-PAS-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-23 10:15: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-ExampleHomeNursingRequest.html\">ServiceRequest </a></p><h3>SupportingInfos</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Category</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td><span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/pas-supporting-info-type care-plan-reference}\">Care Plan Reference</span></td><td><a href=\"CarePlan-ExampleHomeNursingPlan.html\">CarePlan Home-nursing care plan</a></td></tr></table><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:\">Home nursing</span></td><td>1</td></tr></table></div>"
] ;
fhir:Claim.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/authorization-request-id" ] ;
fhir:Identifier.value [ fhir:value "E12-PAS-2026-0001" ]
] ;
fhir:Claim.status [ fhir:value "active"] ;
fhir:Claim.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/claim-type" ] ;
fhir:Coding.code [ fhir:value "professional" ]
]
] ;
fhir:Claim.use [ fhir:value "preauthorization"] ;
fhir:Claim.patient [
fhir:link <http://hl7.org/fhir/Patient/ExampleRehabPatient> ;
fhir:Reference.reference [ fhir:value "Patient/ExampleRehabPatient" ]
] ;
fhir:Claim.created [ fhir:value "2026-07-23T10:15:00+02:00"^^xsd:dateTime] ;
fhir:Claim.insurer [
fhir:link <http://hl7.org/fhir/Organization/ExampleRehabPayer> ;
fhir:Reference.reference [ fhir:value "Organization/ExampleRehabPayer" ]
] ;
fhir:Claim.provider [
fhir:link <http://hl7.org/fhir/Practitioner/ExampleRehabRequester> ;
fhir:Reference.reference [ fhir:value "Practitioner/ExampleRehabRequester" ]
] ;
fhir:Claim.priority [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/processpriority" ] ;
fhir:Coding.code [ fhir:value "normal" ]
]
] ;
fhir:Claim.referral [
fhir:link <http://hl7.org/fhir/ServiceRequest/ExampleHomeNursingRequest> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/ExampleHomeNursingRequest" ]
] ;
fhir:Claim.supportingInfo [
fhir:index 0 ;
fhir:Claim.supportingInfo.sequence [ fhir:value "1"^^xsd:positiveInteger ] ;
fhir:Claim.supportingInfo.category [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/pas-supporting-info-type" ] ;
fhir:Coding.code [ fhir:value "care-plan-reference" ]
]
] ;
fhir:Claim.supportingInfo.valueReference [
fhir:link <http://hl7.org/fhir/CarePlan/ExampleHomeNursingPlan> ;
fhir:Reference.reference [ fhir:value "CarePlan/ExampleHomeNursingPlan" ]
]
] ;
fhir:Claim.insurance [
fhir:index 0 ;
fhir:Claim.insurance.sequence [ fhir:value "1"^^xsd:positiveInteger ] ;
fhir:Claim.insurance.focal [ fhir:value "true"^^xsd:boolean ] ;
fhir:Claim.insurance.coverage [
fhir:link <http://hl7.org/fhir/Coverage/ExampleRehabCoverage> ;
fhir:Reference.reference [ fhir:value "Coverage/ExampleRehabCoverage" ]
]
] ;
fhir:Claim.item [
fhir:index 0 ;
fhir:Claim.item.sequence [ fhir:value "1"^^xsd:positiveInteger ] ;
fhir:Claim.item.productOrService [
fhir:CodeableConcept.text [ fhir:value "Home nursing" ]
] ;
fhir:Claim.item.quantity [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]
]
] .
<http://hl7.org/fhir/Patient/ExampleRehabPatient> a fhir:Patient .
<http://hl7.org/fhir/Organization/ExampleRehabPayer> a fhir:Organization .
<http://hl7.org/fhir/Practitioner/ExampleRehabRequester> a fhir:Practitioner .
<http://hl7.org/fhir/ServiceRequest/ExampleHomeNursingRequest> a fhir:ServiceRequest .
<http://hl7.org/fhir/CarePlan/ExampleHomeNursingPlan> a fhir:CarePlan .
<http://hl7.org/fhir/Coverage/ExampleRehabCoverage> a fhir:Coverage .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Claim/ExampleHomeNursingClaim.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Claim/ExampleHomeNursingClaim.ttl> .
IG © 2026+ cognovis GmbH. Package de.cognovis.fhir.praxis#0.90.0 based on FHIR 4.0.1. Generated 2026-07-29
Links: Table of Contents |
QA Report