@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.cognovis.de/praxis/ServiceRequest/example-imaging-service-request-mrt-knie> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-imaging-service-request-mrt-knie"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/imaging-service-request-praxis-de"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/imaging-service-request-praxis-de>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example-imaging-service-request-mrt-knie</b></p><a name=\"example-imaging-service-request-mrt-knie\"> </a><a name=\"hcexample-imaging-service-request-mrt-knie\"> </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-imaging-service-request-praxis-de.html\">Imaging ServiceRequest (Praxis DE)</a></p></div><p><b>identifier</b>: Accession ID/SR-MRT-KNIE-2026-001</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 36803-5}\">MRI of knee</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>requester</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm M23.2}\">Meniskusschaden durch altes Trauma</span></p><p><b>insurance</b>: <a href=\"Coverage-example-coverage-gkv-knie.html\">Coverage: identifier = http://fhir.de/sid/gkv/kvid-10#NamingSystemKVID#A123456789; status = active; type = gesetzliche Krankenversicherung</a></p><p><b>supportingInfo</b>: <a href=\"ImagingStudy-example-prior-imaging-study-knie.html\">ImagingStudy: status = available; modality = Magnetic Resonance (DICOM#MR)</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "ACSN" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "https://fhir.cognovis.de/praxis/NamingSystem/pvs-id"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/NamingSystem/pvs-id>
     ] ;
     fhir:value [ fhir:v "SR-MRT-KNIE-2026-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:36803-5 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "36803-5" ] ;
       fhir:display [ fhir:v "MRI of knee" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://fhir.cognovis.de/praxis/Patient/example-patient> ;
     fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:requester [
     fhir:l <https://fhir.cognovis.de/praxis/Practitioner/example-practitioner> ;
     fhir:reference [ fhir:v "Practitioner/example-practitioner" ]
  ] ; # 
  fhir:reasonCode ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.de/CodeSystem/bfarm/icd-10-gm"^^xsd:anyURI ;
         fhir:l <http://fhir.de/CodeSystem/bfarm/icd-10-gm>
       ] ;
       fhir:code [ fhir:v "M23.2" ] ;
       fhir:display [ fhir:v "Meniskusschaden durch altes Trauma" ]
     ] )
  ] ) ; # 
  fhir:insurance ( [
     fhir:l <https://fhir.cognovis.de/praxis/Coverage/example-coverage-gkv-knie> ;
     fhir:reference [ fhir:v "Coverage/example-coverage-gkv-knie" ]
  ] ) ; # 
  fhir:supportingInfo ( [
     fhir:l <https://fhir.cognovis.de/praxis/ImagingStudy/example-prior-imaging-study-knie> ;
     fhir:reference [ fhir:v "ImagingStudy/example-prior-imaging-study-knie" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

