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

: Distant Metastasis Observation 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-distant-metastasis"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/ihe-sdc-ecc-Observation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/ihe-sdc-ecc-Observation>     ] )
  ] ; # 
  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: Observation observation-distant-metastasis</b></p><a name=\"observation-distant-metastasis\"> </a><a name=\"hcobservation-distant-metastasis\"> </a><a name=\"observation-distant-metastasis-en-US\"> </a><p><b>identifier</b>: <code>https://cap.org/eCC</code>/urn:uuid:a0d2cb8e-ab6f-4efe-ad2b-03c20d625a9f</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://example.org 2149.100004300}\">Distant Metastasis (pM) (Note I)</span></p><p><b>subject</b>: <a href=\"Patient-patient-OakleyAnnie.html\">Annie Oakley  Female, DoB: 1990-06-01 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>effective</b>: 2024-12-05</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-oncologist.html\">Practitioner Wise Owl </a></p><p><b>value</b>: <span title=\"Codes:{https://example.org 20895.100004300}\">?Not applicable - pM cannot be determined from the submitted specimen(s)</span></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://cap.org/eCC"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:a0d2cb8e-ab6f-4efe-ad2b-03c20d625a9f" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2149.100004300" ] ;
fhir:display [ fhir:v "Distant Metastasis (pM) (Note I)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-OakleyAnnie" ]
  ] ; # 
  fhir:effective [ fhir:v "2024-12-05"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/practitioner-oncologist" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "https://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20895.100004300" ] ;
fhir:display [ fhir:v "?Not applicable - pM cannot be determined from the submitted specimen(s)" ]     ] )
  ] . #