IDEA4RC FHIR Implementation Guide
0.1.0 - CI Build 150

IDEA4RC FHIR Implementation Guide, published by IDEA4RC Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/idea4rc/ and changes regularly. See the Directory of published versions

: Condition: Stable Disease - 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:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "condition-id-8"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Condition-primaryCancer-eu-i4rc"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Condition-primaryCancer-eu-i4rc>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition condition-id-8</b></p><a name=\"condition-id-8\"> </a><a name=\"hccondition-id-8\"> </a><a name=\"condition-id-8-en-US\"> </a><p><b>Condition Occurred Following</b>: <a href=\"Condition-condition-id-10.html\">Condition Verrucous squamous cell carcinoma</a></p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}, {http://fhir.ohdsi.org/CodeSystem/concepts 32948}\">Stable Disease</span></p><p><b>code</b>: <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4298030}\">Verrucous squamous cell carcinoma</span></p><p><b>subject</b>: <a href=\"Patient-patient-id-17.html\">Anonymous Patient Male, DoB: 1968-01-01</a></p><p><b>recordedDate</b>: 2022-05-18 00:00:00+0200</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/condition-occurredFollowing"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Condition/condition-id-10" ]     ]
  ] ) ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "32948" ] ;
fhir:display [ fhir:v "Stable Disease" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4298030" ] ;
fhir:display [ fhir:v "Verrucous squamous cell carcinoma" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-id-17" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2022-05-18T00:00:00+02:00"^^xsd:dateTime] . #