IDEA4RC FHIR Implementation Guide, published by IDEA4RC Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/idea4rc/ and changes regularly. See the Directory of published versions
: Condition: Metastasis bone and pleura - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "condition-id-7"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Condition-secondaryCancer-eu-i4rc"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Condition-secondaryCancer-eu-i4rc> ] )
] ; #
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 condition-id-7</b></p><a name=\"condition-id-7\"> </a><a name=\"hccondition-id-7\"> </a><a name=\"condition-id-7-en-US\"> </a><p><b>Condition Related</b>: <a href=\"Condition-condition-id-10.html\">Condition Verrucous squamous cell carcinoma</a></p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 36769180}\">Metastasis</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4000496}\">Bone part</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4150673}\">Pleural structure</span></p><p><b>subject</b>: <a href=\"Patient-patient-id-17.html\">Anonymous Patient Male, DoB: 1968-01-01</a></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/condition-related"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Condition/condition-id-10" ] ]
] ) ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ] )
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "36769180" ] ;
fhir:display [ fhir:v "Metastasis" ] ] )
] ; #
fhir:bodySite ( [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4000496" ] ;
fhir:display [ fhir:v "Bone part" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4150673" ] ;
fhir:display [ fhir:v "Pleural structure" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-id-17" ]
] . #