@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://canshare.co.nz/fhir/Condition/exSmallCellCancer> 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><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-an-condition.html\">ACT-NOW diagnosis</a></p></div><p><b>RecurrenceType</b>: <span title=\"Codes:{http://snomed.info/sct/21000210109 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/21000210109 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/21000210109 373795004}\">Cancer diagnosis based on clinical evidence (finding)</span></td><td> </td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://canshare.co.nz/fhir/StructureDefinition/an-recurrence-type"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [ fhir:v "http://snomed.info/sct/21000210109"^^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 ( [
       fhir:system [ fhir:v "http://snomed.info/sct/21000210109"^^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:link <http://canshare.co.nz/fhir/Patient/exPatient> ;
     fhir:reference [ fhir:v "Patient/exPatient" ]
  ] ; # 
  fhir:evidence ( [
     fhir:detail ( [
       fhir:link <http://canshare.co.nz/fhir/Observation/exSmallCellCancerHistology> ;
       fhir:reference [ fhir:v "Observation/exSmallCellCancerHistology" ]
     ] )
  ] [
     fhir:code ( [
       fhir:coding ( [
         fhir:system [ fhir:v "http://snomed.info/sct/21000210109"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "373795004" ] ;
         fhir:display [ fhir:v "Cancer diagnosis based on clinical evidence (finding)" ]
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

