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

: Adrenal Specimen example - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "adrenal-example"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "11" ] ;
fhir:lastUpdated [ fhir:v "2022-06-03T13:40:51.690+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#DCyuaH2ijNQrifW6"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-specimen"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-specimen>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Specimen</b><a name=\"adrenal-example\"> </a><a name=\"hcadrenal-example\"> </a></p><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\">Resource Specimen &quot;adrenal-example&quot; Version &quot;11&quot; Updated &quot;2022-06-03 13:40:51+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #DCyuaH2ijNQrifW6!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-pathology-specimen.html\">US Pathology Specimen</a></p></div><p><b>identifier</b>: <code>http://some-lis.org/fhir/specimen-identifier-provisioner</code>/123456789</p><p><b>accessionIdentifier</b>: <code>http://some-lis.org/fhir/specimen-identifier-provisioner</code>/123456789X</p><p><b>type</b>: Biopsy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0487.html\">specimenType</a>#BX)</span></p><p><b>request</b>: <a href=\"ServiceRequest-cancer-path-example.html\">ServiceRequest/cancer-path-example</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td>2022-01-02</td><td>Biopsy - action <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#129314006)</span></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td></tr><tr><td style=\"display: none\">*</td><td><code>http://some-lis.org/fhir/specimen-containerID-provisioner</code>/987654321</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://some-lis.org/fhir/specimen-identifier-provisioner"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789" ]
  ] ) ; # 
  fhir:accessionIdentifier [
fhir:system [ fhir:v "http://some-lis.org/fhir/specimen-identifier-provisioner"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789X" ]
  ] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0487"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BX" ]     ] )
  ] ; # 
  fhir:request ( [
fhir:reference [ fhir:v "ServiceRequest/cancer-path-example" ]
  ] ) ; # 
  fhir:collection [
fhir:collected [ fhir:v "2022-01-02"^^xsd:date ] ;
fhir:method [
      ( fhir:coding [
a sct:129314006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "129314006" ] ;
fhir:display [ fhir:v "Biopsy - action" ]       ] )     ]
  ] ; # 
  fhir:container ( [
    ( fhir:identifier [
fhir:system [ fhir:v "http://some-lis.org/fhir/specimen-containerID-provisioner"^^xsd:anyURI ] ;
fhir:value [ fhir:v "987654321" ]     ] )
  ] ) . #