@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Procedure; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "f001"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "f001"

status: completed

code: Heart valve replacement (SNOMED CT#34068001)

subject: Patient/f001: P. van de Heuvel "Pieter VAN DE HEUVEL"

encounter: Encounter/f001

performed: 2011-06-26 --> 2011-06-27

Performers

-FunctionActor
*Care role (unknown#01.000 "Arts")Practitioner/f002: P. Voigt "Pieter VOIGT"

reasonCode: Heart valve disorder ()

bodySite: Heart valve structure (SNOMED CT#17401000)

outcome: improved blood circulation ()

report: DiagnosticReport/f001: Lab results blood test

followUp: described in care plan ()

" ]; fhir:Procedure.status [ fhir:value "completed"]; fhir:Procedure.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:34068001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "34068001" ]; fhir:Coding.display [ fhir:value "Heart valve replacement" ] ] ]; fhir:Procedure.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/f001" ]; fhir:Reference.display [ fhir:value "P. van de Heuvel" ] ]; fhir:Procedure.encounter [ fhir:link ; fhir:Reference.reference [ fhir:value "Encounter/f001" ] ]; fhir:Procedure.performedPeriod [ fhir:Period.start [ fhir:value "2011-06-26"^^xsd:date ]; fhir:Period.end [ fhir:value "2011-06-27"^^xsd:date ] ]; fhir:Procedure.performer [ fhir:index 0; fhir:Procedure.performer.function [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.2.4.15.111" ]; fhir:Coding.code [ fhir:value "01.000" ]; fhir:Coding.display [ fhir:value "Arts" ] ]; fhir:CodeableConcept.text [ fhir:value "Care role" ] ]; fhir:Procedure.performer.actor [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/f002" ]; fhir:Reference.display [ fhir:value "P. Voigt" ] ] ]; fhir:Procedure.reasonCode [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "Heart valve disorder" ] ]; fhir:Procedure.bodySite [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:17401000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "17401000" ]; fhir:Coding.display [ fhir:value "Heart valve structure" ] ] ]; fhir:Procedure.outcome [ fhir:CodeableConcept.text [ fhir:value "improved blood circulation" ] ]; fhir:Procedure.report [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "DiagnosticReport/f001" ]; fhir:Reference.display [ fhir:value "Lab results blood test" ] ]; fhir:Procedure.followUp [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "described in care plan" ] ] . a fhir:Patient . a fhir:Encounter . a fhir:Practitioner . a fhir:DiagnosticReport . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------