Cancer Pathology Data Sharing
1.0.1 - STU 1.0.1 United States of America flag

Cancer Pathology Data Sharing, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cancer-reporting/ and changes regularly. See the Directory of published versions

: Composition - Adrenal Gland Pathology Report - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 -------------------------------------------------------------------

 a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "composition-adrenal-gland"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-composition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-composition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-adrenal-gland</b></p><a name=\"composition-adrenal-gland\"> </a><a name=\"hccomposition-adrenal-gland\"> </a><a name=\"composition-adrenal-gland-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11526-1}\">Pathology Study</span></p><p><b>date</b>: 2021-01-01 21:39:30+0000</p><p><b>author</b>: <a href=\"PractitionerRole-practitionerrole-uspath-practitioner-oncologist.html\">Wise Owl</a></p><p><b>title</b>: Adrenal Gland</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:11526-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11526-1" ] ;
fhir:display [ fhir:v "Pathology Study" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-JoelAlex" ] ;
fhir:display [ fhir:v "Alex Joel" ]
  ] ; # 
  fhir:date [ fhir:v "2021-01-01T21:39:30.000Z"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "PractitionerRole/practitionerrole-uspath-practitioner-oncologist" ] ;
fhir:display [ fhir:v "Wise Owl" ]
  ] ) ; # 
  fhir:title [ fhir:v "Adrenal Gland"] ; # 
  fhir:section ( [
fhir:title [ fhir:v "Lab Report Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:26436-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26436-6" ] ;
fhir:display [ fhir:v "Laboratory Studies (set)" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "DiagnosticReport/diagnosticreport-adrenalgland" ]     ] )
  ] ) . #