a fhir:Procedure;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "colonoscopy"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "Colonoscopy with complication
"
];
fhir:Procedure.identifier [
fhir:index 0;
fhir:Identifier.value [ fhir:value "12345" ]
];
fhir:Procedure.status [ fhir:value "completed"];
fhir:Procedure.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:73761001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "73761001" ];
fhir:Coding.display [ fhir:value "Colonoscopy (procedure)" ]
];
fhir:CodeableConcept.text [ fhir:value "Colonoscopy" ]
];
fhir:Procedure.subject [
fhir:link ;
fhir:Reference.reference [ fhir:value "Patient/example" ]
];
fhir:Procedure.performer [
fhir:index 0;
fhir:Procedure.performer.actor [
fhir:link ;
fhir:Reference.reference [ fhir:value "Practitioner/example" ];
fhir:Reference.display [ fhir:value "Dr Adam Careful" ]
]
];
fhir:Procedure.location [
fhir:link ;
fhir:Reference.reference [ fhir:value "Location/1" ];
fhir:Reference.display [ fhir:value "Burgers University Medical Center, South Wing, second floor" ]
];
fhir:Procedure.complicationDetail [
fhir:index 0;
fhir:Reference.display [ fhir:value "Perforated intestine condition" ]
];
fhir:Procedure.usedReference [
fhir:index 0;
fhir:Reference.display [ fhir:value "Colonoscope device" ]
] .
a fhir:Patient .
a fhir:Practitioner .
a fhir:Location .
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl;
owl:versionIRI .
# -------------------------------------------------------------------------------------