CQDG_FHIR_IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Ferlab.bio Example/cqdg-condition - 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 "ConditionExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.cqdg.ca/StructureDefinition/cqdg-condition"^^xsd:anyURI ;
fhir:link <https://fhir.cqdg.ca/StructureDefinition/cqdg-condition> ] ) ;
( fhir:tag [
fhir:code [ fhir:v "CAG" ] ] )
] ; #
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 ConditionExample</b></p><a name=\"ConditionExample\"> </a><a name=\"hcConditionExample\"> </a><a name=\"ConditionExample-en-US\"> </a><p><b>Ferlab.bio Extension/age-at-event</b>: <span title=\"Codes:{http://purl.obolibrary.org/obo/hp.owl HP:0030674}\">Antenatal</span></p><p><b>identifier</b>: <code>https://fhir.cqdg.ca/fhir/Condition</code>/ConditionExample</p><p><b>code</b>: <span title=\"Codes:{http://purl.obolibrary.org/obo/mondo.owl 1231245}\">fatigue</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">Anonymous Patient Male, DoB Unknown ( 343434343434 (use: secondary, ))</a></p><h3>Stages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Summary</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 254293002}\">TNM tumor staging system</span></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://fhir.cqdg.ca/StructureDefinition/AgeAtEvent"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://purl.obolibrary.org/obo/hp.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HP:0030674" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.cqdg.ca/fhir/Condition"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ConditionExample" ]
] ) ; #
fhir:code [
( fhir:coding [
fhir:code [ fhir:v "L40" ] ] [
fhir:system [ fhir:v "http://purl.obolibrary.org/obo/mondo.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1231245" ] ;
fhir:display [ fhir:v "fatigue" ] ] ) ;
fhir:text [ fhir:v "fatigue" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample" ]
] ; #
fhir:stage ( [
fhir:summary [
( fhir:coding [
a sct:254293002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "254293002" ] ;
fhir:display [ fhir:v "TNM tumor staging system" ] ] ) ]
] ) . #