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

: 21988 - 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 "21988"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2022-12-22T11:57:57.600+01:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#A28CWotq4AltiBnf"^^xsd:anyURI ]
  ] ; # 
  fhir:text [ fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">thrombosisi</div>"] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/condition-related"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Condition/20953" ]     ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:439127006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "439127006" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/20952" ]
  ] . #