@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 -------------------------------------------------------------------

<http://breastcancerspec.org/Observation/IntegratedMacroscopicGrouper> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IntegratedMacroscopicGrouper"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-macroscopic-grouper|2026.0.0"^^xsd:anyURI ;
       fhir:l <https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-macroscopic-grouper?version=2026.0.0>
     ] )
  ] ; # 
  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: Observation IntegratedMacroscopicGrouper</b></p><a name=\"IntegratedMacroscopicGrouper\"> </a><a name=\"hcIntegratedMacroscopicGrouper\"> </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=\"https://simplifier.net/resolve?scope=de.medizininformatikinitiative.kerndatensatz.patho@2026.0.0&amp;canonical=https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-macroscopic-grouper\">MII PR Patho Macroscopic Grouper</a> version: 2026.0.0</p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 22634-0}\">Pathology report gross observation Narrative</span></p><p><b>subject</b>: <a href=\"Patient-Patient4.html\">Sabine Becker  Female, DoB: 1971-03-15 ( http://example.hospital.de/patient-ids#PAT-2025-105)</a></p><p><b>effective</b>: 2025-02-06 08:30:00+0100</p><p><b>performer</b>: <a href=\"Practitioner-PathologistPractitioner.html\">Practitioner Elisabeth Hoffmann </a></p><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-IntegratedMacroLength.html\">Observation Specimen size.maximum dimension in Breast tumor</a></li><li><a href=\"Observation-IntegratedMacroWidth.html\">Observation Specimen size additional dimension 1 in Breast tumor</a></li><li><a href=\"Observation-IntegratedMacroDepth.html\">Observation Specimen size additional dimension 2 in Breast tumor</a></li><li><a href=\"Observation-IntegratedMacroWeight.html\">Observation Specimen wt Tiss Qn</a></li><li><a href=\"Observation-IntegratedMacroQuadrant.html\">Observation Quadrant Breast</a></li><li><a href=\"Observation-IntegratedMacroClock.html\">Observation Radial position in breast [Angle] in Breast cancer specimen</a></li><li><a href=\"Observation-IntegratedMacroDistanceNipple.html\">Observation Distance of primary malignant neoplasm of breast to nipple in excised breast specimen (observable entity)</a></li><li><a href=\"Observation-IntegratedMacroBlockCount.html\">Observation Number of paraffin embedded tissue blocks examined from excised specimen (observable entity)</a></li><li><a href=\"Observation-IntegratedMacroSLN1Size.html\">Observation Length of tissue core(s)</a></li><li><a href=\"Observation-IntegratedMacroSLN2Size.html\">Observation Length of tissue core(s)</a></li></ul><p><b>derivedFrom</b>: </p><ul><li><a href=\"QuestionnaireResponse-IntegratedQRBreastResection.html\">Response to Questionnaire 'http://breastcancerspec.org/Questionnaire/OP_Mamma_GH' about '-&gt;Sabine Becker  Female, DoB: 1971-03-15 ( http://example.hospital.de/patient-ids#PAT-2025-105)'</a></li><li><a href=\"QuestionnaireResponse-IntegratedQRLymphNode.html\">Response to Questionnaire 'http://breastcancerspec.org/Questionnaire/OP_LN-Mamma' about '-&gt;Sabine Becker  Female, DoB: 1971-03-15 ( http://example.hospital.de/patient-ids#PAT-2025-105)'</a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>
       ] ;
       fhir:code [ fhir:v "laboratory" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:22634-0 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "22634-0" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://breastcancerspec.org/Patient/Patient4> ;
     fhir:reference [ fhir:v "Patient/Patient4" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2025-02-06T08:30:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:l <http://breastcancerspec.org/Practitioner/PathologistPractitioner> ;
     fhir:reference [ fhir:v "Practitioner/PathologistPractitioner" ]
  ] ) ; # 
  fhir:hasMember ( [
     fhir:l <http://breastcancerspec.org/Observation/IntegratedMacroLength> ;
     fhir:reference [ fhir:v "Observation/IntegratedMacroLength" ]
  ] [
     fhir:l <http://breastcancerspec.org/Observation/IntegratedMacroWidth> ;
     fhir:reference [ fhir:v "Observation/IntegratedMacroWidth" ]
  ] [
     fhir:l <http://breastcancerspec.org/Observation/IntegratedMacroDepth> ;
     fhir:reference [ fhir:v "Observation/IntegratedMacroDepth" ]
  ] [
     fhir:l <http://breastcancerspec.org/Observation/IntegratedMacroWeight> ;
     fhir:reference [ fhir:v "Observation/IntegratedMacroWeight" ]
  ] [
     fhir:l <http://breastcancerspec.org/Observation/IntegratedMacroQuadrant> ;
     fhir:reference [ fhir:v "Observation/IntegratedMacroQuadrant" ]
  ] [
     fhir:l <http://breastcancerspec.org/Observation/IntegratedMacroClock> ;
     fhir:reference [ fhir:v "Observation/IntegratedMacroClock" ]
  ] [
     fhir:l <http://breastcancerspec.org/Observation/IntegratedMacroDistanceNipple> ;
     fhir:reference [ fhir:v "Observation/IntegratedMacroDistanceNipple" ]
  ] [
     fhir:l <http://breastcancerspec.org/Observation/IntegratedMacroBlockCount> ;
     fhir:reference [ fhir:v "Observation/IntegratedMacroBlockCount" ]
  ] [
     fhir:l <http://breastcancerspec.org/Observation/IntegratedMacroSLN1Size> ;
     fhir:reference [ fhir:v "Observation/IntegratedMacroSLN1Size" ]
  ] [
     fhir:l <http://breastcancerspec.org/Observation/IntegratedMacroSLN2Size> ;
     fhir:reference [ fhir:v "Observation/IntegratedMacroSLN2Size" ]
  ] ) ; # 
  fhir:derivedFrom ( [
     fhir:l <http://breastcancerspec.org/QuestionnaireResponse/IntegratedQRBreastResection> ;
     fhir:reference [ fhir:v "QuestionnaireResponse/IntegratedQRBreastResection" ]
  ] [
     fhir:l <http://breastcancerspec.org/QuestionnaireResponse/IntegratedQRLymphNode> ;
     fhir:reference [ fhir:v "QuestionnaireResponse/IntegratedQRLymphNode" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

