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/DiagnosticReport/annex2b-e62a-assessment-report> a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "annex2b-e62a-assessment-report"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/fpde-e62a-assessment-report" ;
fhir:index 0 ;
fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/fpde-e62a-assessment-report>
]
] ;
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: DiagnosticReport annex2b-e62a-assessment-report</b></p><a name=\"annex2b-e62a-assessment-report\"> </a><a name=\"hcannex2b-e62a-assessment-report\"> </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-fpde-e62a-assessment-report.html\">e62A Weaning and Decannulation Potential Assessment</a></p></div><h2><span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/annex2b-assessment-artifact-type e62a-potential-assessment}\">e62A potential assessment</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Alex Example (no stated gender), DoB: 1970-01-01 ( https://fhir.cognovis.de/praxis/NamingSystem/pvs-patient-nummer#PvsPatientNummer#annex2b-patient-1)</td></tr><tr><td>Relevant Time</td><td>2026-07-21 10:00:00+0200</td></tr><tr><td>Reported</td><td>2026-07-21 10:15:00+0200</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-annex2b-example-practitioner.html\">Practitioner Maria Sample </a></td></tr><tr><td>Identifier</td><td> <a href=\"NamingSystem-annex2b-assessment-id.html\" title=\"Identifier namespace used by examples of versioned Annex 2b assessments and attestations.\">Annex2bAssessmentIdentifier</a>/e62a-report-1</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>Relevant Time</b></td></tr><tr><td><a href=\"Observation-annex2b-e62a-measurement.html\"><span title=\"Codes:\">Spontaneous breathing duration</span></a></td><td>30 min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemin = 'minute')</span></td><td>Final</td><td>2026-07-21 09:30:00+0200</td></tr></table><p>The measured evidence supports further clinician-led weaning evaluation.</p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/assessment-evidence" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/QuestionnaireResponse/annex2b-e62a-source-response> ;
fhir:Reference.reference [ fhir:value "QuestionnaireResponse/annex2b-e62a-source-response" ]
]
] ;
fhir:DiagnosticReport.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/annex2b-assessment-id" ] ;
fhir:Identifier.value [ fhir:value "e62a-report-1" ]
] ;
fhir:DiagnosticReport.status [ fhir:value "final"] ;
fhir:DiagnosticReport.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/annex2b-assessment-artifact-type" ] ;
fhir:Coding.code [ fhir:value "e62a-potential-assessment" ]
]
] ;
fhir:DiagnosticReport.subject [
fhir:link <http://hl7.org/fhir/Patient/annex2b-example-patient> ;
fhir:Reference.reference [ fhir:value "Patient/annex2b-example-patient" ]
] ;
fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2026-07-21T10:00:00+02:00"^^xsd:dateTime] ;
fhir:DiagnosticReport.issued [ fhir:value "2026-07-21T10:15:00+02:00"^^xsd:dateTime] ;
fhir:DiagnosticReport.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Practitioner/annex2b-example-practitioner> ;
fhir:Reference.reference [ fhir:value "Practitioner/annex2b-example-practitioner" ]
] ;
fhir:DiagnosticReport.result [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Observation/annex2b-e62a-measurement> ;
fhir:Reference.reference [ fhir:value "Observation/annex2b-e62a-measurement" ]
] ;
fhir:DiagnosticReport.conclusion [ fhir:value "The measured evidence supports further clinician-led weaning evaluation."] .
<http://hl7.org/fhir/QuestionnaireResponse/annex2b-e62a-source-response> a fhir:QuestionnaireResponse .
<http://hl7.org/fhir/Patient/annex2b-example-patient> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/annex2b-example-practitioner> a fhir:Practitioner .
<http://hl7.org/fhir/Observation/annex2b-e62a-measurement> a fhir:Observation .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/annex2b-e62a-assessment-report.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DiagnosticReport/annex2b-e62a-assessment-report.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