AI Transparency on FHIR
1.0.0-ballot - STU1 Ballot International flag

AI Transparency on FHIR, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/aitransparency-ig/ and changes regularly. See the Directory of published versions

: Appendectomy Procedure

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "proc"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ]
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure proc</b></p><a name=\"proc\"> </a><a name=\"hcproc\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Language: en</p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 80146002}\">Appendectomy</span></p><p><b>subject</b>: <a href=\"http://server.example.org/fhir/Patient/pat\">http://server.example.org/fhir/Patient/pat</a></p><p><b>performed</b>: 2013-04-05</p><p><b>recorder</b>: <a href=\"http://server.example.org/fhir/Practitioner/pract\">http://server.example.org/fhir/Practitioner/pract</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://server.example.org/fhir/Practitioner/pract\">http://server.example.org/fhir/Practitioner/pract</a></td></tr></table><p><b>reasonCode</b>: <span title=\"Codes:\">Generalized abdominal pain 24 hours. Localized in RIF with rebound and guarding</span></p><p><b>followUp</b>: <span title=\"Codes:\">ROS 5 days  - 2013-04-10</span></p><p><b>note</b>: </p><blockquote><div><p>Routine Appendectomy. Appendix was inflamed and in retro-caecal position</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:80146002 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "80146002" ] ;
fhir:display [ fhir:v "Excision of appendix" ]     ] ) ;
fhir:text [ fhir:v "Appendectomy" ]
  ] ; # 
  fhir:subject [
fhir:l <http://server.example.org/fhir/Patient/pat> ;
fhir:reference [ fhir:v "http://server.example.org/fhir/Patient/pat" ]
  ] ; # 
  fhir:performed [
a fhir:DateTime ;
fhir:v "2013-04-05"^^xsd:date
  ] ; # 
  fhir:recorder [
fhir:l <http://server.example.org/fhir/Practitioner/pract> ;
fhir:reference [ fhir:v "http://server.example.org/fhir/Practitioner/pract" ]
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:l <http://server.example.org/fhir/Practitioner/pract> ;
fhir:reference [ fhir:v "http://server.example.org/fhir/Practitioner/pract" ]     ]
  ] ) ; # 
  fhir:reasonCode ( [
fhir:text [ fhir:v "Generalized abdominal pain 24 hours. Localized in RIF with rebound and guarding" ]
  ] ) ; # 
  fhir:followUp ( [
fhir:text [ fhir:v "ROS 5 days  - 2013-04-10" ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Routine Appendectomy. Appendix was inflamed and in retro-caecal position" ]
  ] ) . #