oncologyfhirigkenya - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Breast Cancer Condition - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "breast-cancer-condition"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition breast-cancer-condition</b></p><a name=\"breast-cancer-condition\"> </a><a name=\"hcbreast-cancer-condition\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:\">confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://id.who.int/icd10 C50.2}\">Malignant neoplasm of upper-inner quadrant of breast</span></p><p><b>subject</b>: <a href=\"Patient/example\">Patient/example</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:code [ fhir:v "active" ] ] )
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:code [ fhir:v "confirmed" ] ] )
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://id.who.int/icd10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C50.2" ] ;
fhir:display [ fhir:v "Malignant neoplasm of upper-inner quadrant of breast" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
] . #