NHS North West Genomics
0.0.8 - ci-build United Kingdom flag

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

: Condition - Carcinoma - 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:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "d6c19529-a64e-476b-b896-303abec26a79"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.nwgenomics.nhs.uk/StructureDefinition/Condition"^^xsd:anyURI ;
fhir:l <https://fhir.nwgenomics.nhs.uk/StructureDefinition/Condition>     ] )
  ] ; # 
  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: Condition d6c19529-a64e-476b-b896-303abec26a79</b></p><a name=\"d6c19529-a64e-476b-b896-303abec26a79\"> </a><a name=\"hcd6c19529-a64e-476b-b896-303abec26a79\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Condition.html\">Condition</a></p></div><p><b>identifier</b>: d6c19529-a64e-476b-b896-303abec26a79</p><p><b>clinicalStatus</b>: <span title=\"Codes:\">final</span></p><p><b>verificationStatus</b>: <span title=\"Codes:\">confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 109841003}\">Liver cell carcinoma</span></p><p><b>subject</b>: <a href=\"Patient-Patient-Liverpool.html\">Paul LIVERPOOL</a></p><p><b>recordedDate</b>: 2025-10-28 10:37:26+0000</p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td>Pathology Diagnostic Report</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "d6c19529-a64e-476b-b896-303abec26a79" ]
  ] ) ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:code [ fhir:v "final" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:code [ fhir:v "confirmed" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/condition-category>       ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ]     ] )
  ] ) ; # 
  fhir:code [
    ( 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" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/Patient-Liverpool ;
fhir:reference [ fhir:v "Patient/Patient-Liverpool" ] ;
fhir:display [ fhir:v "Paul LIVERPOOL" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2025-10-28T10:37:26+00:00"^^xsd:dateTime] ; # 
  fhir:evidence ( [
    ( fhir:detail [
fhir:display [ fhir:v "Pathology Diagnostic Report" ]     ] )
  ] ) . #