German Practice Management FHIR Profiles (R4)
Version 0.101.6 - release

: Praxis patient summary with an explicitly empty Problems section - TTL Representation

Raw ttl | Download


@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-missing-data> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "patient-summary-missing-data"] ;
  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 "missing-data-2026-08-14" ]
  ] ;
  fhir:Bundle.type [ fhir:value "document"] ;
  fhir:Bundle.timestamp [ fhir:value "2026-08-14T13: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-missing-data-composition" ] ;
     fhir:Bundle.entry.resource <https://example.org/fhir/Composition/patient-summary-missing-data-composition>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.org/fhir/Patient/patient-summary-missing-patient" ] ;
     fhir:Bundle.entry.resource <https://example.org/fhir/Patient/patient-summary-missing-patient>
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.org/fhir/AllergyIntolerance/patient-summary-missing-allergy" ] ;
     fhir:Bundle.entry.resource <https://example.org/fhir/AllergyIntolerance/patient-summary-missing-allergy>
  ], [
     fhir:index 3 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.org/fhir/MedicationStatement/patient-summary-missing-medication" ] ;
     fhir:Bundle.entry.resource <https://example.org/fhir/MedicationStatement/patient-summary-missing-medication>
  ], [
     fhir:index 4 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.org/fhir/Procedure/patient-summary-missing-procedure" ] ;
     fhir:Bundle.entry.resource <https://example.org/fhir/Procedure/patient-summary-missing-procedure>
  ], [
     fhir:index 5 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.org/fhir/Device/patient-summary-missing-device" ] ;
     fhir:Bundle.entry.resource <https://example.org/fhir/Device/patient-summary-missing-device>
  ], [
     fhir:index 6 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.org/fhir/DeviceUseStatement/patient-summary-missing-device-use" ] ;
     fhir:Bundle.entry.resource <https://example.org/fhir/DeviceUseStatement/patient-summary-missing-device-use>
  ] .

<https://example.org/fhir/Composition/patient-summary-missing-data-composition> a fhir:Composition ;
  fhir:Resource.id [ fhir:value "patient-summary-missing-data-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-missing-data-composition\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition patient-summary-missing-data-composition</b></p><a name=\"patient-summary-missing-data-composition\"> </a><a name=\"hcpatient-summary-missing-data-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>/missing-data-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 13:00:00+0200</p><p><b>author</b>: <a href=\"Patient-patient-summary-missing-patient.html\">Mara Beispiel  (no stated gender), DoB: 1980-02-02</a></p><p><b>title</b>: Patient Summary with Explicit Missing Data</p></div>"
  ] ;
  fhir:Composition.identifier [
     fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/patient-summary" ] ;
     fhir:Identifier.value [ fhir:value "missing-data-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-missing-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-summary-missing-patient" ]
  ] ;
  fhir:Composition.date [ fhir:value "2026-08-14T13:00:00+02:00"^^xsd:dateTime] ;
  fhir:Composition.author [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Patient/patient-summary-missing-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-summary-missing-patient" ]
  ] ;
  fhir:Composition.title [ fhir:value "Patient Summary with Explicit Missing Data"] ;
  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\">No problem information is known.</div>"
     ] ;
     fhir:Composition.section.emptyReason [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-empty-reason" ] ;
         fhir:Coding.code [ fhir:value "nilknown" ]
       ]
     ]
  ], [
     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-missing-allergy> ;
       fhir:Reference.reference [ fhir:value "AllergyIntolerance/patient-summary-missing-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-missing-medication> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/patient-summary-missing-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-missing-procedure> ;
       fhir:Reference.reference [ fhir:value "Procedure/patient-summary-missing-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-missing-device-use> ;
       fhir:Reference.reference [ fhir:value "DeviceUseStatement/patient-summary-missing-device-use" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/patient-summary-missing-patient> a fhir:Patient .

<http://hl7.org/fhir/AllergyIntolerance/patient-summary-missing-allergy> a fhir:AllergyIntolerance .

<http://hl7.org/fhir/MedicationStatement/patient-summary-missing-medication> a fhir:MedicationStatement .

<http://hl7.org/fhir/Procedure/patient-summary-missing-procedure> a fhir:Procedure .

<http://hl7.org/fhir/DeviceUseStatement/patient-summary-missing-device-use> a fhir:DeviceUseStatement .

<https://example.org/fhir/Patient/patient-summary-missing-patient> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "patient-summary-missing-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-missing-patient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-summary-missing-patient</b></p><a name=\"patient-summary-missing-patient\"> </a><a name=\"hcpatient-summary-missing-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;\">Mara Beispiel  (no stated gender), DoB: 1980-02-02</p><hr/></div>"
  ] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.family [ fhir:value "Beispiel" ] ;
     fhir:HumanName.given [
       fhir:value "Mara" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.birthDate [ fhir:value "1980-02-02"^^xsd:date] .

<https://example.org/fhir/AllergyIntolerance/patient-summary-missing-allergy> a fhir:AllergyIntolerance ;
  fhir:Resource.id [ fhir:value "patient-summary-missing-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-missing-allergy\"> </a><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance patient-summary-missing-allergy</b></p><a name=\"patient-summary-missing-allergy\"> </a><a name=\"hcpatient-summary-missing-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-missing-patient.html\">Mara Beispiel  (no stated gender), DoB: 1980-02-02</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-missing-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-summary-missing-patient" ]
  ] .

<https://example.org/fhir/MedicationStatement/patient-summary-missing-medication> a fhir:MedicationStatement ;
  fhir:Resource.id [ fhir:value "patient-summary-missing-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-missing-medication\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement patient-summary-missing-medication</b></p><a name=\"patient-summary-missing-medication\"> </a><a name=\"hcpatient-summary-missing-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-missing-patient.html\">Mara Beispiel  (no stated gender), DoB: 1980-02-02</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-missing-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-summary-missing-patient" ]
  ] ;
  fhir:MedicationStatement.effectiveDateTime [ fhir:value "2026-08-14"^^xsd:date] .

<https://example.org/fhir/Procedure/patient-summary-missing-procedure> a fhir:Procedure ;
  fhir:Resource.id [ fhir:value "patient-summary-missing-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-missing-procedure\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure patient-summary-missing-procedure</b></p><a name=\"patient-summary-missing-procedure\"> </a><a name=\"hcpatient-summary-missing-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-missing-patient.html\">Mara Beispiel  (no stated gender), DoB: 1980-02-02</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-missing-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-summary-missing-patient" ]
  ] ;
  fhir:Procedure.performedDateTime [ fhir:value "2026-08-01"^^xsd:date] .

<https://example.org/fhir/Device/patient-summary-missing-device> a fhir:Device ;
  fhir:Resource.id [ fhir:value "patient-summary-missing-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-missing-device\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Device patient-summary-missing-device</b></p><a name=\"patient-summary-missing-device\"> </a><a name=\"hcpatient-summary-missing-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-missing-patient.html\">Mara Beispiel  (no stated gender), DoB: 1980-02-02</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-missing-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-summary-missing-patient" ]
  ] .

<https://example.org/fhir/DeviceUseStatement/patient-summary-missing-device-use> a fhir:DeviceUseStatement ;
  fhir:Resource.id [ fhir:value "patient-summary-missing-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-missing-device-use\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DeviceUseStatement patient-summary-missing-device-use</b></p><a name=\"patient-summary-missing-device-use\"> </a><a name=\"hcpatient-summary-missing-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-missing-patient.html\">Mara Beispiel  (no stated gender), DoB: 1980-02-02</a></p><p><b>timing</b>: 2026-01-01 --&gt; (ongoing)</p><p><b>device</b>: <a href=\"Device-patient-summary-missing-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-missing-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-summary-missing-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-missing-device> ;
     fhir:Reference.reference [ fhir:value "Device/patient-summary-missing-device" ]
  ] .

<http://hl7.org/fhir/Device/patient-summary-missing-device> a fhir:Device .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/patient-summary-missing-data.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/patient-summary-missing-data.ttl> .