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

: e08A Magnifying Visual Aid Request - TTL Representation

Raw ttl | Download


@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/DeviceRequest/annex2b-e08a-magnifying-aid-request> a fhir:DeviceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "annex2b-e08a-magnifying-aid-request"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/fpde-e08a-magnifying-visual-aid-request" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/fpde-e08a-magnifying-visual-aid-request>
     ]
  ] ;
  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: DeviceRequest annex2b-e08a-magnifying-aid-request</b></p><a name=\"annex2b-e08a-magnifying-aid-request\"> </a><a name=\"hcannex2b-e08a-magnifying-aid-request\"> </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-e08a-magnifying-visual-aid-request.html\">e08A Magnifying Visual Aid Request</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-annex2b-order-id.html\" title=\"Identifier namespace used by examples of Annex 2b rehabilitation and device orders.\">Annex2bOrderIdentifier</a>/e08a-order-1</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:\">Electronic magnifying visual aid</span></p><h3>Parameters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Magnification</span></td><td>6 x</td></tr></table><p><b>subject</b>: <a href=\"Patient-annex2b-example-patient.html\">Alex Example  (no stated gender), DoB: 1970-01-01 ( https://fhir.cognovis.de/praxis/NamingSystem/pvs-patient-nummer#PvsPatientNummer#annex2b-patient-1)</a></p><p><b>authoredOn</b>: 2026-07-23</p><p><b>requester</b>: <a href=\"Practitioner-annex2b-example-practitioner.html\">Practitioner Maria Sample </a></p><p><b>reasonReference</b>: <a href=\"Condition-annex2b-e08a-indication.html\">Condition </a></p><p><b>insurance</b>: <a href=\"Coverage-annex2b-example-coverage.html\">Coverage: status = active</a></p><p><b>supportingInfo</b>: <a href=\"Observation-annex2b-e08a-visual-function.html\">Observation </a></p></div>"
  ] ;
  fhir:DeviceRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/annex2b-order-id" ] ;
     fhir:Identifier.value [ fhir:value "e08a-order-1" ]
  ] ;
  fhir:DeviceRequest.status [ fhir:value "active"] ;
  fhir:DeviceRequest.intent [ fhir:value "order"] ;
  fhir:DeviceRequest.codeCodeableConcept [
     fhir:CodeableConcept.text [ fhir:value "Electronic magnifying visual aid" ]
  ] ;
  fhir:DeviceRequest.parameter [
     fhir:index 0 ;
     fhir:DeviceRequest.parameter.code [
       fhir:CodeableConcept.text [ fhir:value "Magnification" ]
     ] ;
     fhir:DeviceRequest.parameter.valueQuantity [
       fhir:Quantity.value [ fhir:value "6"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "x" ]
     ]
  ] ;
  fhir:DeviceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/annex2b-example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/annex2b-example-patient" ]
  ] ;
  fhir:DeviceRequest.authoredOn [ fhir:value "2026-07-23"^^xsd:date] ;
  fhir:DeviceRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/annex2b-example-practitioner> ;
     fhir:Reference.reference [ fhir:value "Practitioner/annex2b-example-practitioner" ]
  ] ;
  fhir:DeviceRequest.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/annex2b-e08a-indication> ;
     fhir:Reference.reference [ fhir:value "Condition/annex2b-e08a-indication" ]
  ] ;
  fhir:DeviceRequest.insurance [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Coverage/annex2b-example-coverage> ;
     fhir:Reference.reference [ fhir:value "Coverage/annex2b-example-coverage" ]
  ] ;
  fhir:DeviceRequest.supportingInfo [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Observation/annex2b-e08a-visual-function> ;
     fhir:Reference.reference [ fhir:value "Observation/annex2b-e08a-visual-function" ]
  ] .

<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/Condition/annex2b-e08a-indication> a fhir:Condition .

<http://hl7.org/fhir/Coverage/annex2b-example-coverage> a fhir:Coverage .

<http://hl7.org/fhir/Observation/annex2b-e08a-visual-function> a fhir:Observation .

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

<http://hl7.org/fhir/DeviceRequest/annex2b-e08a-magnifying-aid-request.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DeviceRequest/annex2b-e08a-magnifying-aid-request.ttl> .