@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://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/DiagnosticReport/PatientKimMusterperson-MolecularPathologyReport-1> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PatientKimMusterperson-MolecularPathologyReport-1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-molecular-pathology-report|2026.0.1"^^xsd:anyURI ;
       fhir:l <https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-molecular-pathology-report?version=2026.0.1>
     ] )
  ] ; # 
  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: DiagnosticReport PatientKimMusterperson-MolecularPathologyReport-1</b></p><a name=\"PatientKimMusterperson-MolecularPathologyReport-1\"> </a><a name=\"hcPatientKimMusterperson-MolecularPathologyReport-1\"> </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-mii-pr-mtb-molecular-pathology-report.html\">MII PR MTB Molecular Pathology Reportversion: null2026.0.1)</a></p></div><h2><span title=\"Codes:{http://loinc.org 60568-3}\">Pathology synoptic report</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Kim Musterperson  (no stated gender), DoB: 1956-03-14</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></tr><tr><td><a href=\"Observation-PatientKimMusterperson-MolecularPathologyObservation-0a-Her2neu.html\"><span title=\"Codes:{http://loinc.org 18474-7}, {http://snomed.info/sct 1234806008}\">HER2 Ag [Presence] in Tissue by Immune stain</span></a></td><td><span title=\"Codes:{http://loinc.org LA11842-4}\">2+</span></td><td>Final</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:60568-3 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "60568-3" ] ;
       fhir:display [ fhir:v "Pathology synoptic report" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/Patient/PatientKimMusterperson> ;
     fhir:reference [ fhir:v "Patient/PatientKimMusterperson" ]
  ] ; # 
  fhir:result ( [
     fhir:l <https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/Observation/PatientKimMusterperson-MolecularPathologyObservation-0a-Her2neu> ;
     fhir:reference [ fhir:v "Observation/PatientKimMusterperson-MolecularPathologyObservation-0a-Her2neu" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

