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

: 21992 - 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:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "21992"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2022-12-22T12:12:28.700+01:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#bqFc771U6Jeje64Q"^^xsd:anyURI ]
  ] ; # 
  fhir:text [ fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Treatment name</div>"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-generic-eu-pcsp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "other-treatment" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/20952" ]
  ] ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/20953" ]
  ] ) . #