Referral Prescription, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/referral/ and changes regularly. See the Directory of published versions
: dementia-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 "dementia-condition"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-problem"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-problem> ] )
] ; #
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 dementia-condition</b></p><a name=\"dementia-condition\"> </a><a name=\"hcdementia-condition\"> </a><a name=\"dementia-condition-en-US\"> </a><p><b>category</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/core-clinical/CodeSystem/be-cs-problem-category diagnosis}\">Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 52448006}\">Dementia</span></p><p><b>subject</b>: Identifier: BeSSINNamingSystem/99999999999</p><p><b>recordedDate</b>: 2024-03-11</p><p><b>recorder</b>: <a href=\"PractitionerRole-DOCTOR-10829059004.html\">PractitionerRole physician</a></p></div>"
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core-clinical/CodeSystem/be-cs-problem-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "diagnosis" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:52448006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "52448006" ] ] )
] ; #
fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "99999999999" ] ]
] ; #
fhir:recordedDate [ fhir:v "2024-03-11"^^xsd:date] ; #
fhir:recorder [
fhir:reference [ fhir:v "PractitionerRole/DOCTOR-10829059004" ]
] . #