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

Generated Narrative

Resource "f003"

status: completed

code: Incision of retropharyngeal abscess (SNOMED CT#172960003)

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

encounter: Encounter/f003

performed: 2013-03-24T09:30:10+01:00 --> 2013-03-24T10:30:10+01:00

Performers

-FunctionActor
*Care role (unknown#01.000 "Arts")Practitioner/f001: E.M.J.M. van den broek "Eric VAN DEN BROEK"

reasonCode: abcess in retropharyngeal area ()

bodySite: Retropharyngeal area (SNOMED CT#83030008)

outcome: removal of the retropharyngeal abscess ()

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:172960003; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "172960003" ]; fhir:Coding.display [ fhir:value "Incision of retropharyngeal abscess" ] ] ]; 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/f003" ] ]; fhir:Procedure.performedPeriod [ fhir:Period.start [ fhir:value "2013-03-24T09:30:10+01:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2013-03-24T10:30:10+01:00"^^xsd:dateTime ] ]; 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/f001" ]; fhir:Reference.display [ fhir:value "E.M.J.M. van den broek" ] ] ]; fhir:Procedure.reasonCode [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "abcess in retropharyngeal area" ] ]; fhir:Procedure.bodySite [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:83030008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "83030008" ]; fhir:Coding.display [ fhir:value "Retropharyngeal area" ] ] ]; fhir:Procedure.outcome [ fhir:CodeableConcept.text [ fhir:value "removal of the retropharyngeal abscess" ] ]; 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 . # -------------------------------------------------------------------------------------