@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------

<http://hl7belgium.org/fhir/patient-monitoring/Observation/Observation-Katheter-7938866> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Observation-Katheter-7938866"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Observation-Katheter-7938866</b></p><a name=\"Observation-Katheter-7938866\"> </a><a name=\"hcObservation-Katheter-7938866\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1156071007}\">Catheter observable (observable entity)</span></p><p><b>subject</b>: <a href=\"Patient-Patient-123.html\">NUMMER 15 KWS-TESTPATIENT (official) Female, DoB: 1931-04-19 ( Medical record number: 310419V999 (use: usual, ))</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 246138005}\">Type of catheter (attribute)</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 1344705000}\">Midline catheter (physical object)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 448439004}\">Catheter stabilization device (physical object)</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 84756000}\">Adhesive tape, device (physical object)</span></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:1156071007 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "1156071007" ] ;
       fhir:display [ fhir:v "Catheter observable (observable entity)" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7belgium.org/fhir/patient-monitoring/Patient/Patient-123> ;
     fhir:reference [ fhir:v "Patient/Patient-123" ]
  ] ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         a sct:246138005 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "246138005" ] ;
         fhir:display [ fhir:v "Type of catheter (attribute)" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         a sct:1344705000 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "1344705000" ] ;
         fhir:display [ fhir:v "Midline catheter (physical object)" ]
       ] )
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         a sct:448439004 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "448439004" ] ;
         fhir:display [ fhir:v "Catheter stabilization device (physical object)" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         a sct:84756000 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "84756000" ] ;
         fhir:display [ fhir:v "Adhesive tape, device (physical object)" ]
       ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

