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

: 3978 - 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:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "3978"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-07-05T12:55:31.861+02:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#FluXpVDL81rcqP94"^^xsd:anyURI ]
  ] ; # 
  fhir:text [ fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">prova</div>"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:88094004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "88094004" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3971" ]
  ] ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/3972" ]
  ] ) . #