PanCareSurPass Project HL7 FHIR Implementation Guide
0.2.0 - CI Build 150

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

: 5008 - 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:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "5008"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-07-06T10:10:16.181+02:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#K0bDdY895SQesIGV"^^xsd:anyURI ]
  ] ; # 
  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 5008</b></p><a name=\"5008\"> </a><a name=\"hc5008\"> </a><a name=\"5008-en-US\"> </a><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\">version: 1; Last updated: 2023-07-06 10:10:16+0200; </p><p style=\"margin-bottom: 0px\">Information Source: #K0bDdY895SQesIGV</p></div><p><b>Previous Status</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical relapse}\">Relapse</span></p><p><b>Condition Occurred Following</b>: <a href=\"Bundle-46bee55b-5cd0-4727-86a5-3f9317a5d7d9.html#Condition_3972\">Bundle: type = searchset; total = 45</a></p><p><b>Condition Asserted Date</b>: 2020-11-11</p><p><b>Relapse Type</b>: <span title=\"Codes:{http://snomed.info/sct 261007001}\">Distant</span></p><p><b>subject</b>: <a href=\"Bundle-46bee55b-5cd0-4727-86a5-3f9317a5d7d9.html#Patient_3971\">Bundle: type = searchset; total = 45</a></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/condition-previousStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "relapse" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/condition-occurredFollowing"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Condition/3972" ]     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/condition-assertedDate"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2020-11-11"^^xsd:date ]
  ] [
fhir:url [ fhir:v "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/condition-relapseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:261007001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "261007001" ]       ] )     ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3971" ]
  ] . #