IHE SDC/electronic Cancer Protocols (eCPs) on FHIR
1.0.0 - trial-use International flag

IHE SDC/electronic Cancer Protocols (eCPs) on FHIR, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ihe-sdc-ecc-on-fhir/ and changes regularly. See the Directory of published versions

: SDC eCP Observation List Item Response 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 "SDCeCCObservationCodeLIR"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"SDCeCCObservationCodeLIR\"> </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 Observation &quot;SDCeCCObservationCodeLIR&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ihe-sdc-ecc-Observation.html\">IHE SDC/eCP on FHIR Observation</a></p></div><p><b>identifier</b>: Accession ID: SDCeCCObservationCodeEx0 (use: USUAL)</p><p><b>status</b>: final</p><p><b>code</b>: Tumor size (Note A) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-CAPeCC.html\">College of American Pathologists (CAP) eCC (electronic Cancer Checklists)</a>#2129)</span></p><p><b>subject</b>: <a href=\"http://example.org/patient\">http://example.org/patient: Example Patient</a></p><p><b>effective</b>: 2021-05-11</p><p><b>performer</b>: <a href=\"http://example.org/practitioner\">http://example.org/practitioner: Example Practitioner</a></p><p><b>value</b>: Greatest Dimension in cm <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-CAPeCC.html\">College of American Pathologists (CAP) eCC (electronic Cancer Checklists)</a>#2123)</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Greatest Dimension in cm <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-CAPeCC.html\">College of American Pathologists (CAP) eCC (electronic Cancer Checklists)</a>#2123)</span></td><td>2 cm</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ] ;
fhir:display [ fhir:v "Accession ID" ]       ] )     ] ;
fhir:system [ fhir:v "http://example.org/Observation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SDCeCCObservationCodeEx0" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://cap.org/eCC"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2129" ] ;
fhir:display [ fhir:v "Tumor size (Note A)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:link <http://example.org/patient> ;
fhir:reference [ fhir:v "http://example.org/patient" ] ;
fhir:display [ fhir:v "Example Patient" ]
  ] ; # 
  fhir:effective [ fhir:v "2021-05-11"^^xsd:date] ; # 
  fhir:performer ( [
fhir:link <http://example.org/practitioner> ;
fhir:reference [ fhir:v "http://example.org/practitioner" ] ;
fhir:display [ fhir:v "Example Practitioner" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://cap.org/eCC"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2123" ] ;
fhir:display [ fhir:v "Greatest Dimension in cm" ]     ] )
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://cap.org/eCC"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2123" ] ;
fhir:display [ fhir:v "Greatest Dimension in cm" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "cm" ]     ]
  ] ) . #