Manzana Project FHIR Specifications
1.0.0 - release Belgium flag

This page is part of the Manzana Project FHIR Specifications (v1.0.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example - FINDRISC screening score result - 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:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-findRisc-screeningScoreResult"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-scoreresult";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-scoreresult>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"example-findRisc-screeningScoreResult\"> </a></p><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\">Resource Observation &quot;example-findRisc-screeningScoreResult&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://www.ehealth.fgov.be/standards/fhir/core-clinical/1.0.0/StructureDefinition-be-scoreresult.html\">BeScoreResult</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Risk score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://www.ehealth.fgov.be/standards/fhir/core-clinical/1.0.0/CodeSystem-be-cs-score-category.html\">Score Category</a>#risk)</span></p><p><b>code</b>: 23.5 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#763117005 &quot;FINDRISC (Finnish Diabetes Risk Score) score&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-rs-findRisc-patient.html\">Patient/rs-findRisc-patient</a> &quot; TEST&quot;</p><p><b>effective</b>: 2020-10-06 13:28:17+0200 --&gt; 2020-10-06 13:28:17+0200</p><p><b>issued</b>: 6 Oct 2020, 13:28:17</p><p><b>performer</b>: <a href=\"Practitioner-rs-findRisc-pharmacist.html\">Practitioner/rs-findRisc-pharmacist</a> &quot; PHARMACIST&quot;</p><p><b>value</b>: 18</p><p><b>interpretation</b>: Score is high. The paient need to check. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ObservationInterpretation.html\">ObservationInterpretation</a>#H &quot;High&quot;)</span></p><p><b>note</b>: Remark: The patient's score is high since 3 months.</p><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 0</p><p><b>high</b>: 3</p><p><b>type</b>: Very low <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 4</p><p><b>high</b>: 8</p><p><b>type</b>: Low <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 9</p><p><b>high</b>: 12</p><p><b>type</b>: Moderate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 13</p><p><b>high</b>: 20</p><p><b>type</b>: High <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 21</p><p><b>high</b>: 26</p><p><b>type</b>: Very high <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-example-findRisc-screeningResponse.html\">QuestionnaireResponse/example-findRisc-screeningResponse</a></p></div>"
  ]; # 
  fhir:Observation.status [ fhir:value "final"]; # 
  fhir:Observation.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core-clinical/CodeSystem/be-cs-score-category" ];
       fhir:Coding.code [ fhir:value "risk" ]     ]
  ]; # 
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:763117005;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "763117005" ];
       fhir:Coding.display [ fhir:value "FINDRISC (Finnish Diabetes Risk Score) score" ]     ];
     fhir:CodeableConcept.text [ fhir:value "23.5" ]
  ]; # 
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/rs-findRisc-patient" ]
  ]; # 
  fhir:Observation.effectivePeriod [
     fhir:Period.start [ fhir:value "2020-10-06T13:28:17.239+02:00"^^xsd:dateTime ];
     fhir:Period.end [ fhir:value "2020-10-06T13:28:17.239+02:00"^^xsd:dateTime ]
  ]; # 
  fhir:Observation.issued [ fhir:value "2020-10-06T13:28:17.239+02:00"^^xsd:dateTime]; # 
  fhir:Observation.performer [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/rs-findRisc-pharmacist" ]
  ]; # 
  fhir:Observation.valueInteger [ fhir:value "18"^^xsd:integer]; # 
  fhir:Observation.interpretation [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" ];
       fhir:Coding.code [ fhir:value "H" ];
       fhir:Coding.display [ fhir:value "High" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Score is high. The paient need to check." ]
  ]; # 
  fhir:Observation.note [
     fhir:index 0;
     fhir:Annotation.text [ fhir:value "Remark: The patient's score is high since 3 months." ]
  ]; # 
  fhir:Observation.referenceRange [
     fhir:index 0;
     fhir:Observation.referenceRange.low [
       fhir:Quantity.value [ fhir:value "0"^^xsd:decimal ]     ];
     fhir:Observation.referenceRange.high [
       fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ]     ];
     fhir:Observation.referenceRange.type [
       fhir:CodeableConcept.text [ fhir:value "Very low" ]     ]
  ], [
     fhir:index 1;
     fhir:Observation.referenceRange.low [
       fhir:Quantity.value [ fhir:value "4"^^xsd:decimal ]     ];
     fhir:Observation.referenceRange.high [
       fhir:Quantity.value [ fhir:value "8"^^xsd:decimal ]     ];
     fhir:Observation.referenceRange.type [
       fhir:CodeableConcept.text [ fhir:value "Low" ]     ]
  ], [
     fhir:index 2;
     fhir:Observation.referenceRange.low [
       fhir:Quantity.value [ fhir:value "9"^^xsd:decimal ]     ];
     fhir:Observation.referenceRange.high [
       fhir:Quantity.value [ fhir:value "12"^^xsd:decimal ]     ];
     fhir:Observation.referenceRange.type [
       fhir:CodeableConcept.text [ fhir:value "Moderate" ]     ]
  ], [
     fhir:index 3;
     fhir:Observation.referenceRange.low [
       fhir:Quantity.value [ fhir:value "13"^^xsd:decimal ]     ];
     fhir:Observation.referenceRange.high [
       fhir:Quantity.value [ fhir:value "20"^^xsd:decimal ]     ];
     fhir:Observation.referenceRange.type [
       fhir:CodeableConcept.text [ fhir:value "High" ]     ]
  ], [
     fhir:index 4;
     fhir:Observation.referenceRange.low [
       fhir:Quantity.value [ fhir:value "21"^^xsd:decimal ]     ];
     fhir:Observation.referenceRange.high [
       fhir:Quantity.value [ fhir:value "26"^^xsd:decimal ]     ];
     fhir:Observation.referenceRange.type [
       fhir:CodeableConcept.text [ fhir:value "Very high" ]     ]
  ]; # 
  fhir:Observation.derivedFrom [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "QuestionnaireResponse/example-findRisc-screeningResponse" ]
  ]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.