IHE PaLM - Radiology Pathology Concordance (RPC)
0.1.0 - ci-build International flag

IHE PaLM - Radiology Pathology Concordance (RPC), published by IHE IT Infrastructure Technical Committee. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/IHE/PaLM.RPC/ and changes regularly. See the Directory of published versions

: RadPathMRHistologicEx0 - 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:MeasureReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RadObsMeasureReport"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MeasureReport</b><a name=\"RadObsMeasureReport\"> </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 MeasureReport &quot;RadObsMeasureReport&quot; </p></div><p><b>status</b>: complete</p><p><b>type</b>: individual</p><p><b>measure</b>: <a href=\"http://cap.org/radpath\">http://cap.org/radpath</a></p><p><b>period</b>: 2021-02-07 --&gt; 2021-02-07</p><blockquote><p><b>group</b></p><blockquote><p><b>stratifier</b></p><p><b>code</b>: Gleason score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#372278000)</span></p><blockquote><p><b>stratum</b></p><p><b>value</b>: Gleason score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#372278000)</span></p><h3>Components</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td>*</td><td>Gleason score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#372278000)</span></td><td>clinically significant prostate cancer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-RadLex.html\">RadLex radiology lexicon</a>#RID49502)</span></td></tr></table></blockquote></blockquote></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "complete"] ; # 
  fhir:type [ fhir:v "individual"] ; # 
  fhir:measure [
fhir:v "http://cap.org/radpath"^^xsd:anyURI ;
fhir:link <http://cap.org/radpath>
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2021-02-07"^^xsd:date ] ;
fhir:end [ fhir:v "2021-02-07"^^xsd:date ]
  ] ; # 
  fhir:group ( [
    ( fhir:stratifier [
      ( fhir:code [
        ( fhir:coding [
a sct:372278000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "372278000" ] ;
fhir:display [ fhir:v "Gleason score" ]         ] )       ] ) ;
      ( fhir:stratum [
fhir:value [
          ( fhir:coding [
a sct:372278000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "372278000" ] ;
fhir:display [ fhir:v "Gleason score" ]           ] )         ] ;
        ( fhir:component [
fhir:code [
            ( fhir:coding [
a sct:372278000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "372278000" ] ;
fhir:display [ fhir:v "Gleason score" ]             ] )           ] ;
fhir:value [
            ( fhir:coding [
fhir:system [ fhir:v "http://radlex.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RID49502" ] ;
fhir:display [ fhir:v "clinically significant prostate cancer" ]             ] )           ]         ] )       ] )     ] )
  ] ) . #