NHS North West Genomics, published by NHS North West Genomics. This guide is not an authorized publication; it is the continuous build for version 0.0.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nw-gmsa/nw-gmsa.github.com/ and changes regularly. See the Directory of published versions
: Procedure - Liver Biopsy - TTL Representation
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 "13240a3b-d1db-4f1a-ad7d-b19f23967060"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure 13240a3b-d1db-4f1a-ad7d-b19f23967060</b></p><a name=\"13240a3b-d1db-4f1a-ad7d-b19f23967060\"> </a><a name=\"hc13240a3b-d1db-4f1a-ad7d-b19f23967060\"> </a><p><b>identifier</b>: 13240a3b-d1db-4f1a-ad7d-b19f23967060</p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 387713003}\">Surgical procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 86259008}\">Biopsy of liver</span></p><p><b>subject</b>: <a href=\"Patient-Patient-Liverpool.html\">Paul LIVERPOOL</a></p><p><b>performed</b>: 2025-10-09 10:37:26+0000</p><p><b>asserter</b>: <a href=\"PractitionerRole-59577028-8fcc-4554-8b43-988561d41d9c.html\">PractitionerRole</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 363508008}\">Malignant neoplasm of intestine</span></p><p><b>outcome</b>: <span title=\"Codes:{http://snomed.info/sct 109841003}\">Liver cell carcinoma</span></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "13240a3b-d1db-4f1a-ad7d-b19f23967060" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:category [
( fhir:coding [
a sct:387713003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "387713003" ] ;
fhir:display [ fhir:v "Surgical procedure" ] ] )
] ; #
fhir:code [
( fhir:coding [
a sct:86259008 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "86259008" ] ;
fhir:display [ fhir:v "Biopsy of liver" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/Patient-Liverpool ;
fhir:reference [ fhir:v "Patient/Patient-Liverpool" ] ;
fhir:display [ fhir:v "Paul LIVERPOOL" ]
] ; #
fhir:performed [
a fhir:DateTime ;
fhir:v "2025-10-09T10:37:26+00:00"^^xsd:dateTime
] ; #
fhir:asserter [
fhir:l fhir:PractitionerRole/59577028-8fcc-4554-8b43-988561d41d9c ;
fhir:reference [ fhir:v "PractitionerRole/59577028-8fcc-4554-8b43-988561d41d9c" ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:363508008 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "363508008" ] ;
fhir:display [ fhir:v "Malignant neoplasm of intestine" ] ] )
] ) ; #
fhir:outcome [
( fhir:coding [
a sct:109841003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "109841003" ] ;
fhir:display [ fhir:v "Liver cell carcinoma" ] ] )
] . #