ACT-NOW Implementation Guide, published by Te aho o te kahu - Cancer Control Agency. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/davidhay25/actnow/ and changes regularly. See the Directory of published versions
: Small cell lung cancer diagnosis - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "exSmallCellCancer"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://canshare.co.nz/fhir/StructureDefinition/an-condition"^^xsd:anyURI ;
fhir:link <http://canshare.co.nz/fhir/StructureDefinition/an-condition> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition exSmallCellCancer</b></p><a name=\"exSmallCellCancer\"> </a><a name=\"hcexSmallCellCancer\"> </a><a name=\"exSmallCellCancer-en-NZ\"> </a><p><b>RecurrenceType</b>: <span title=\"Codes:{http://snomed.info/sct 372288004}\">Local tumor invasion (finding)</span></p><p><b>identifier</b>: <code>http://vendor.org/condition</code>/001</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 3254632001}\">Small cell carcinoma of lung (disorder)</span></p><p><b>bodySite</b>: <span title=\"Codes:\">Left lung</span></p><p><b>subject</b>: <a href=\"Patient-exPatient.html\">Lorrie Lung (no stated gender), DoB: 1969-02-02 ( https://standards.digital.health.nz/ns/nhi-id#WER4568)</a></p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td> </td><td><a href=\"Observation-exSmallCellCancerHistology.html\">Observation Histologic type of primary malignant neoplasm (observable entity)</a></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 373795004}\">Cancer diagnosis based on clinical evidence (finding)</span></td><td> </td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://canshare.co.nz/fhir/StructureDefinition/an-recurrence-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:372288004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "372288004" ] ;
fhir:display [ fhir:v "Local tumor invasion (finding)" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://vendor.org/condition"^^xsd:anyURI ] ;
fhir:value [ fhir:v "001" ]
] ) ; #
fhir:code [
( fhir:coding [
a sct:3254632001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3254632001" ] ;
fhir:display [ fhir:v "Small cell carcinoma of lung (disorder)" ] ] )
] ; #
fhir:bodySite ( [
fhir:text [ fhir:v "Left lung" ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/exPatient" ]
] ; #
fhir:evidence ( [
( fhir:detail [
fhir:reference [ fhir:v "Observation/exSmallCellCancerHistology" ] ] )
] [
( fhir:code [
( fhir:coding [
a sct:373795004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "373795004" ] ;
fhir:display [ fhir:v "Cancer diagnosis based on clinical evidence (finding)" ] ] ) ] )
] ) . #