International Patient Summary Implementation Guide
1.0.0 - STU 1

This page is part of the International Patient Summary Implementation Guide (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

Procedure: Surgical procedure - TTL Representation

(back to description)

Raw ttl

Source view

@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:Resource.id [ fhir:value "eumfh-39-07-1"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: eumfh-39-07-1</p><p><b>status</b>: completed</p><p><b>category</b>: Surgical procedure <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '387713003' = 'Surgical procedure (procedure)', given as 'Surgical procedure'})</span></p><p><b>code</b>: Previous balloon angioplasty on mid-LAD stenosis with STENT Implantation <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '233404000' = 'Insertion of arterial stent', given as 'Insertion of arterial stent'}; {SNOMED CT code '233258006' = 'Angioplasty of artery', given as 'Balloon angioplasty of artery'})</span></p><p><b>subject</b>: <a href=\"Patient-eumfh-39-07.html\">Alexander Heig (inject 39-07). Generated Summary: id: eumfh-39-07; 39-07, EUR01P0001; active; Alexander Heig ; gender: male; birthDate: 1957-01-01</a></p><p><b>performed</b>: ?? --&gt; (ongoing)</p></div>"
  ];
  fhir:Procedure.status [ fhir:value "completed"];
  fhir:Procedure.category [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:387713003;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "387713003" ];
       fhir:Coding.display [ fhir:value "Surgical procedure" ]     ]
  ];
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:233404000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "233404000" ];
       fhir:Coding.display [ fhir:value "Insertion of arterial stent" ]     ], [
       fhir:index 1;
       a sct:233258006;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "233258006" ];
       fhir:Coding.display [ fhir:value "Balloon angioplasty of artery" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Previous balloon angioplasty on mid-LAD stenosis with STENT Implantation" ]
  ];
  fhir:Procedure.subject [
     fhir:Reference.reference [ fhir:value "Patient/eumfh-39-07" ];
     fhir:Reference.display [ fhir:value "Alexander Heig (inject 39-07)" ]
  ];
  fhir:Procedure.performedPeriod [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ];
       fhir:Extension.valueCode [ fhir:value "unknown" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.