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

: RadSeminalVesicleInvasion - 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RadSeminalVesicleInvasion"] ; # 
  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=\"RadSeminalVesicleInvasion\"> </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;RadSeminalVesicleInvasion&quot; </p></div><p><b>status</b>: final</p><p><b>code</b>: Status of seminal vesicle invasion by tumor (observable entity) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#384999004)</span></p><p><b>subject</b>: <a href=\"Patient/q201\">Patient/q201: Bibata Amadou</a></p><p><b>performer</b>: <a href=\"Practitioner/radpract1\">Practitioner/radpract1: Kiki Bambrick</a></p><p><b>value</b>: Uninvolved (Qualifier Value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#49907008)</span></p><p><b>bodySite</b>: Structure of posterior surface of prostate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#5026003)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:384999004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "384999004" ] ;
fhir:display [ fhir:v "Status of seminal vesicle invasion by tumor (observable entity)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/q201" ] ;
fhir:display [ fhir:v "Bibata Amadou" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/radpract1" ] ;
fhir:display [ fhir:v "Kiki Bambrick" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:49907008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "49907008" ] ;
fhir:display [ fhir:v "Uninvolved (Qualifier Value)" ]     ] )
  ] ; # 
  fhir:bodySite [
    ( fhir:coding [
a sct:5026003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5026003" ] ;
fhir:display [ fhir:v "Structure of posterior surface of prostate" ]     ] )
  ] . #