My Health Record FHIR IG - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: A cholecystectomy procedure - 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 "cholecystectomy-mhr-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-procedure-mhr-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-procedure-mhr-1> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-AU\">\n <p><b>Procedure</b>: Laparoscopic cholecystectomy</p>\n <p><b>Procedure status</b>: completed</p>\n <p><b>Subject</b>: Mike Broadway; IHI: 8003608166895854; \n gender = male; birthDate = 12/04/1967; indigenous status = Aboriginal but not\n Torres Strait Islander origin</p>\n <p><b>Procedure performed date</b>: 22/3/2018 11:45</p>\n <p><b>Procedure reason</b>: condition - Cholecystitis</p>\n <p><b>Procedure note</b>: Advised to present in 10 days to the surgeon's\n clinic for review.</p>\n </div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:category [
( fhir:coding [
a sct:387713003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "387713003" ] ;
fhir:display [ fhir:v "Surgical procedure" ] ] )
] ; #
fhir:code [
( fhir:coding [
a sct:45595009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "45595009" ] ;
fhir:display [ fhir:v "Laparoscopic cholecystectomy" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/broadway-mike" ]
] ; #
fhir:performed [ fhir:v "2018-03-22T11:45:00+10:00"^^xsd:dateTime] ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/condition-eds-max-01" ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Laparoscopic cholecystectomy to resolve severe upper right abdominal pain" ]
] [
fhir:text [ fhir:v "Advised to present in 2 days to the usual GPs clinic for a change of dressings." ]
] ) . #