@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Bundle/patient-summary-required-sections> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "patient-summary-required-sections"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/patient-summary-bundle-praxis-de" ;
fhir:index 0 ;
fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/patient-summary-bundle-praxis-de>
]
] ;
fhir:Bundle.identifier [
fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/patient-summary-bundle" ] ;
fhir:Identifier.value [ fhir:value "required-sections-2026-08-14" ]
] ;
fhir:Bundle.type [ fhir:value "document"] ;
fhir:Bundle.timestamp [ fhir:value "2026-08-14T12:00:00+02:00"^^xsd:dateTime] ;
fhir:Bundle.entry [
fhir:index 0 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://example.org/fhir/Composition/patient-summary-required-composition" ] ;
fhir:Bundle.entry.resource <https://example.org/fhir/Composition/patient-summary-required-composition>
], [
fhir:index 1 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://example.org/fhir/Patient/patient-summary-required-patient" ] ;
fhir:Bundle.entry.resource <https://example.org/fhir/Patient/patient-summary-required-patient>
], [
fhir:index 2 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://example.org/fhir/Condition/patient-summary-required-condition" ] ;
fhir:Bundle.entry.resource <https://example.org/fhir/Condition/patient-summary-required-condition>
], [
fhir:index 3 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://example.org/fhir/AllergyIntolerance/patient-summary-required-allergy" ] ;
fhir:Bundle.entry.resource <https://example.org/fhir/AllergyIntolerance/patient-summary-required-allergy>
], [
fhir:index 4 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://example.org/fhir/MedicationStatement/patient-summary-required-medication" ] ;
fhir:Bundle.entry.resource <https://example.org/fhir/MedicationStatement/patient-summary-required-medication>
], [
fhir:index 5 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://example.org/fhir/Procedure/patient-summary-required-procedure" ] ;
fhir:Bundle.entry.resource <https://example.org/fhir/Procedure/patient-summary-required-procedure>
], [
fhir:index 6 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://example.org/fhir/Device/patient-summary-required-device" ] ;
fhir:Bundle.entry.resource <https://example.org/fhir/Device/patient-summary-required-device>
], [
fhir:index 7 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://example.org/fhir/DeviceUseStatement/patient-summary-required-device-use" ] ;
fhir:Bundle.entry.resource <https://example.org/fhir/DeviceUseStatement/patient-summary-required-device-use>
] .
<https://example.org/fhir/Composition/patient-summary-required-composition> a fhir:Composition ;
fhir:Resource.id [ fhir:value "patient-summary-required-composition"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/patient-summary-composition-praxis-de" ;
fhir:index 0 ;
fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/patient-summary-composition-praxis-de>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_patient-summary-required-composition\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition patient-summary-required-composition</b></p><a name=\"patient-summary-required-composition\"> </a><a name=\"hcpatient-summary-required-composition\"> </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-patient-summary-composition-praxis-de.html\">Patient Summary Composition (Praxis DE)</a></p></div><p><b>identifier</b>: <code>https://fhir.cognovis.de/praxis/NamingSystem/patient-summary</code>/required-sections-2026-08-14</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 60591-5}\">60591-5</span></p><p><b>date</b>: 2026-08-14 12:00:00+0200</p><p><b>author</b>: <a href=\"Patient-patient-summary-required-patient.html\">Erika Mustermann (no stated gender), DoB: 1970-01-01</a></p><p><b>title</b>: Patient Summary</p></div>"
] ;
fhir:Composition.identifier [
fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/patient-summary" ] ;
fhir:Identifier.value [ fhir:value "required-sections-2026-08-14" ]
] ;
fhir:Composition.status [ fhir:value "final"] ;
fhir:Composition.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:60591-5 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "60591-5" ]
]
] ;
fhir:Composition.subject [
fhir:link <http://hl7.org/fhir/Patient/patient-summary-required-patient> ;
fhir:Reference.reference [ fhir:value "Patient/patient-summary-required-patient" ]
] ;
fhir:Composition.date [ fhir:value "2026-08-14T12:00:00+02:00"^^xsd:dateTime] ;
fhir:Composition.author [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Patient/patient-summary-required-patient> ;
fhir:Reference.reference [ fhir:value "Patient/patient-summary-required-patient" ]
] ;
fhir:Composition.title [ fhir:value "Patient Summary"] ;
fhir:Composition.section [
fhir:index 0 ;
fhir:Composition.section.title [ fhir:value "Problems" ] ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:11450-4 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "11450-4" ]
]
] ;
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">One active problem is recorded.</div>"
] ;
fhir:Composition.section.entry [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Condition/patient-summary-required-condition> ;
fhir:Reference.reference [ fhir:value "Condition/patient-summary-required-condition" ]
]
], [
fhir:index 1 ;
fhir:Composition.section.title [ fhir:value "Allergies and Intolerances" ] ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:48765-2 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "48765-2" ]
]
] ;
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">One allergy is recorded.</div>"
] ;
fhir:Composition.section.entry [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/AllergyIntolerance/patient-summary-required-allergy> ;
fhir:Reference.reference [ fhir:value "AllergyIntolerance/patient-summary-required-allergy" ]
]
], [
fhir:index 2 ;
fhir:Composition.section.title [ fhir:value "Medication Summary" ] ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:10160-0 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "10160-0" ]
]
] ;
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">One active medication is recorded.</div>"
] ;
fhir:Composition.section.entry [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/MedicationStatement/patient-summary-required-medication> ;
fhir:Reference.reference [ fhir:value "MedicationStatement/patient-summary-required-medication" ]
]
], [
fhir:index 3 ;
fhir:Composition.section.title [ fhir:value "History of Procedures" ] ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:47519-4 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "47519-4" ]
]
] ;
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">One completed procedure is recorded.</div>"
] ;
fhir:Composition.section.entry [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Procedure/patient-summary-required-procedure> ;
fhir:Reference.reference [ fhir:value "Procedure/patient-summary-required-procedure" ]
]
], [
fhir:index 4 ;
fhir:Composition.section.title [ fhir:value "Medical Devices" ] ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:46264-8 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "46264-8" ]
]
] ;
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">One active device is recorded.</div>"
] ;
fhir:Composition.section.entry [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/DeviceUseStatement/patient-summary-required-device-use> ;
fhir:Reference.reference [ fhir:value "DeviceUseStatement/patient-summary-required-device-use" ]
]
] .
<http://hl7.org/fhir/Patient/patient-summary-required-patient> a fhir:Patient .
<http://hl7.org/fhir/Condition/patient-summary-required-condition> a fhir:Condition .
<http://hl7.org/fhir/AllergyIntolerance/patient-summary-required-allergy> a fhir:AllergyIntolerance .
<http://hl7.org/fhir/MedicationStatement/patient-summary-required-medication> a fhir:MedicationStatement .
<http://hl7.org/fhir/Procedure/patient-summary-required-procedure> a fhir:Procedure .
<http://hl7.org/fhir/DeviceUseStatement/patient-summary-required-device-use> a fhir:DeviceUseStatement .
<https://example.org/fhir/Patient/patient-summary-required-patient> a fhir:Patient ;
fhir:Resource.id [ fhir:value "patient-summary-required-patient"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.eu/fhir/eps/StructureDefinition/patient-eu-eps" ;
fhir:index 0 ;
fhir:link <http://hl7.eu/fhir/eps/StructureDefinition/patient-eu-eps>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-summary-required-patient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-summary-required-patient</b></p><a name=\"patient-summary-required-patient\"> </a><a name=\"hcpatient-summary-required-patient\"> </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=\"http://hl7.eu/fhir/eps/1.0.0-ballot/StructureDefinition-patient-eu-eps.html\">Patient (EPS)</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Erika Mustermann (no stated gender), DoB: 1970-01-01</p><hr/></div>"
] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.family [ fhir:value "Mustermann" ] ;
fhir:HumanName.given [
fhir:value "Erika" ;
fhir:index 0
]
] ;
fhir:Patient.birthDate [ fhir:value "1970-01-01"^^xsd:date] .
<https://example.org/fhir/Condition/patient-summary-required-condition> a fhir:Condition ;
fhir:Resource.id [ fhir:value "patient-summary-required-condition"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/patient-summary-condition-praxis-de" ;
fhir:index 0 ;
fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/patient-summary-condition-praxis-de>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_patient-summary-required-condition\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition patient-summary-required-condition</b></p><a name=\"patient-summary-required-condition\"> </a><a name=\"hcpatient-summary-required-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-patient-summary-condition-praxis-de.html\">Patient Summary Condition (Praxis DE)</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 44054006}\">44054006</span></p><p><b>subject</b>: <a href=\"Patient-patient-summary-required-patient.html\">Erika Mustermann (no stated gender), DoB: 1970-01-01</a></p></div>"
] ;
fhir:Condition.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
fhir:Coding.code [ fhir:value "active" ]
]
] ;
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:44054006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "44054006" ]
]
] ;
fhir:Condition.subject [
fhir:link <http://hl7.org/fhir/Patient/patient-summary-required-patient> ;
fhir:Reference.reference [ fhir:value "Patient/patient-summary-required-patient" ]
] .
<https://example.org/fhir/AllergyIntolerance/patient-summary-required-allergy> a fhir:AllergyIntolerance ;
fhir:Resource.id [ fhir:value "patient-summary-required-allergy"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/patient-summary-allergy-intolerance-praxis-de" ;
fhir:index 0 ;
fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/patient-summary-allergy-intolerance-praxis-de>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"AllergyIntolerance_patient-summary-required-allergy\"> </a><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance patient-summary-required-allergy</b></p><a name=\"patient-summary-required-allergy\"> </a><a name=\"hcpatient-summary-required-allergy\"> </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-patient-summary-allergy-intolerance-praxis-de.html\">Patient Summary AllergyIntolerance (Praxis DE)</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 372687004}\">372687004</span></p><p><b>patient</b>: <a href=\"Patient-patient-summary-required-patient.html\">Erika Mustermann (no stated gender), DoB: 1970-01-01</a></p></div>"
] ;
fhir:AllergyIntolerance.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ] ;
fhir:Coding.code [ fhir:value "active" ]
]
] ;
fhir:AllergyIntolerance.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:372687004 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "372687004" ]
]
] ;
fhir:AllergyIntolerance.patient [
fhir:link <http://hl7.org/fhir/Patient/patient-summary-required-patient> ;
fhir:Reference.reference [ fhir:value "Patient/patient-summary-required-patient" ]
] .
<https://example.org/fhir/MedicationStatement/patient-summary-required-medication> a fhir:MedicationStatement ;
fhir:Resource.id [ fhir:value "patient-summary-required-medication"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.eu/fhir/eps/StructureDefinition/MedicationStatement-eu-eps" ;
fhir:index 0 ;
fhir:link <http://hl7.eu/fhir/eps/StructureDefinition/MedicationStatement-eu-eps>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_patient-summary-required-medication\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement patient-summary-required-medication</b></p><a name=\"patient-summary-required-medication\"> </a><a name=\"hcpatient-summary-required-medication\"> </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=\"http://hl7.eu/fhir/eps/1.0.0-ballot/StructureDefinition-MedicationStatement-eu-eps.html\">MedicationStatement (EPS)</a></p></div><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/ifa/pzn 00584567}\">00584567</span></p><p><b>subject</b>: <a href=\"Patient-patient-summary-required-patient.html\">Erika Mustermann (no stated gender), DoB: 1970-01-01</a></p><p><b>effective</b>: 2026-08-14</p></div>"
] ;
fhir:MedicationStatement.status [ fhir:value "active"] ;
fhir:MedicationStatement.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/ifa/pzn" ] ;
fhir:Coding.code [ fhir:value "00584567" ]
]
] ;
fhir:MedicationStatement.subject [
fhir:link <http://hl7.org/fhir/Patient/patient-summary-required-patient> ;
fhir:Reference.reference [ fhir:value "Patient/patient-summary-required-patient" ]
] ;
fhir:MedicationStatement.effectiveDateTime [ fhir:value "2026-08-14"^^xsd:date] .
<https://example.org/fhir/Procedure/patient-summary-required-procedure> a fhir:Procedure ;
fhir:Resource.id [ fhir:value "patient-summary-required-procedure"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.eu/fhir/eps/StructureDefinition/procedure-eu-eps" ;
fhir:index 0 ;
fhir:link <http://hl7.eu/fhir/eps/StructureDefinition/procedure-eu-eps>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_patient-summary-required-procedure\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure patient-summary-required-procedure</b></p><a name=\"patient-summary-required-procedure\"> </a><a name=\"hcpatient-summary-required-procedure\"> </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=\"http://hl7.eu/fhir/eps/1.0.0-ballot/StructureDefinition-procedure-eu-eps.html\">Procedure (EPS)</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 59108006}\">59108006</span></p><p><b>subject</b>: <a href=\"Patient-patient-summary-required-patient.html\">Erika Mustermann (no stated gender), DoB: 1970-01-01</a></p><p><b>performed</b>: 2026-08-01</p></div>"
] ;
fhir:Procedure.status [ fhir:value "completed"] ;
fhir:Procedure.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:59108006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "59108006" ]
]
] ;
fhir:Procedure.subject [
fhir:link <http://hl7.org/fhir/Patient/patient-summary-required-patient> ;
fhir:Reference.reference [ fhir:value "Patient/patient-summary-required-patient" ]
] ;
fhir:Procedure.performedDateTime [ fhir:value "2026-08-01"^^xsd:date] .
<https://example.org/fhir/Device/patient-summary-required-device> a fhir:Device ;
fhir:Resource.id [ fhir:value "patient-summary-required-device"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Device_patient-summary-required-device\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Device patient-summary-required-device</b></p><a name=\"patient-summary-required-device\"> </a><a name=\"hcpatient-summary-required-device\"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 86184003}\">86184003</span></p><p><b>patient</b>: <a href=\"Patient-patient-summary-required-patient.html\">Erika Mustermann (no stated gender), DoB: 1970-01-01</a></p></div>"
] ;
fhir:Device.status [ fhir:value "active"] ;
fhir:Device.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:86184003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "86184003" ]
]
] ;
fhir:Device.patient [
fhir:link <http://hl7.org/fhir/Patient/patient-summary-required-patient> ;
fhir:Reference.reference [ fhir:value "Patient/patient-summary-required-patient" ]
] .
<https://example.org/fhir/DeviceUseStatement/patient-summary-required-device-use> a fhir:DeviceUseStatement ;
fhir:Resource.id [ fhir:value "patient-summary-required-device-use"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.eu/fhir/eps/StructureDefinition/deviceUseStatement-eu-eps" ;
fhir:index 0 ;
fhir:link <http://hl7.eu/fhir/eps/StructureDefinition/deviceUseStatement-eu-eps>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DeviceUseStatement_patient-summary-required-device-use\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DeviceUseStatement patient-summary-required-device-use</b></p><a name=\"patient-summary-required-device-use\"> </a><a name=\"hcpatient-summary-required-device-use\"> </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=\"http://hl7.eu/fhir/eps/1.0.0-ballot/StructureDefinition-deviceUseStatement-eu-eps.html\">DeviceUseStatement (EPS)</a></p></div><p><b>status</b>: Active</p><p><b>subject</b>: <a href=\"Patient-patient-summary-required-patient.html\">Erika Mustermann (no stated gender), DoB: 1970-01-01</a></p><p><b>timing</b>: 2026-01-01 --> (ongoing)</p><p><b>device</b>: <a href=\"Device-patient-summary-required-device.html\">Device: status = active; type = 86184003</a></p></div>"
] ;
fhir:DeviceUseStatement.status [ fhir:value "active"] ;
fhir:DeviceUseStatement.subject [
fhir:link <http://hl7.org/fhir/Patient/patient-summary-required-patient> ;
fhir:Reference.reference [ fhir:value "Patient/patient-summary-required-patient" ]
] ;
fhir:DeviceUseStatement.timingPeriod [
fhir:Period.start [ fhir:value "2026-01-01"^^xsd:date ]
] ;
fhir:DeviceUseStatement.device [
fhir:link <http://hl7.org/fhir/Device/patient-summary-required-device> ;
fhir:Reference.reference [ fhir:value "Device/patient-summary-required-device" ]
] .
<http://hl7.org/fhir/Device/patient-summary-required-device> a fhir:Device .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Bundle/patient-summary-required-sections.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/patient-summary-required-sections.ttl> .
IG © 2026+ cognovis GmbH. Paket de.cognovis.fhir.praxis#0.101.6 basierend auf FHIR 4.0.1. Generiert 2026-09-11
Links: Table of Contents |
QA Report