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

: 3985 - 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 "3985"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-07-05T15:17:09.795+02:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#RGmoWLpvJUXopEBM"^^xsd:anyURI ]
  ] ; # 
  fhir:text [ fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">MTX, ARA-C</div>"] ; # 
  fhir:category [
    ( fhir:coding [
a sct:416608005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "416608005" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3971" ]
  ] ; # 
  fhir:performed [
a fhir:Period ;
fhir:end [ fhir:v "2020-12-12"^^xsd:date ]
  ] ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/3972" ]
  ] ) . #