@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Procedure; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example0"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-procedure"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Procedure

Resource Procedure \"example0\"

Profile: AU Base Procedure

status: completed

code: Cryotherapy (SNOMED CT#26782000)

subject: Patient/example6 \" RIGNY\"

performed: 2021-12-10 10:30:00+1100 --> 2021-12-10 10:50:00+1100

Performers

-Actor
*PractitionerRole/example3

reasonCode: Actinic keratosis (SNOMED CT#201101007)

bodySite: Skin structure of face (SNOMED CT#73897004)

" ]; fhir:Procedure.status [ fhir:value "completed"]; fhir:Procedure.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:26782000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "26782000" ]; fhir:Coding.display [ fhir:value "Cryotherapy" ] ] ]; fhir:Procedure.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example6" ] ]; fhir:Procedure.performedPeriod [ fhir:Period.start [ fhir:value "2021-12-10T10:30:00+11:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2021-12-10T10:50:00+11:00"^^xsd:dateTime ] ]; fhir:Procedure.performer [ fhir:index 0; fhir:Procedure.performer.actor [ fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/example3" ] ] ]; fhir:Procedure.reasonCode [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:201101007; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "201101007" ]; fhir:Coding.display [ fhir:value "Actinic keratosis" ] ] ]; fhir:Procedure.bodySite [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:73897004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "73897004" ]; fhir:Coding.display [ fhir:value "Skin structure of face" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------