Prescription Search Support
1.0.0 - STU1 Belgium flag

Prescription Search Support, published by HL7 Belgium. 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/pss/ and changes regularly. See the Directory of published versions

: condition-valueset - TTL Representation

Active as of 2024-12-11

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "condition-valueset"] ; # 
  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: ValueSet condition-valueset</b></p><a name=\"condition-valueset\"> </a><a name=\"hccondition-valueset\"> </a><a name=\"condition-valueset-en-US\"> </a><p>This value set expansion contains 3 concepts.</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>System</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"condition-valueset-null-419760006\"> </a>  419760006</td><td/><td>Bacterial vaginosis</td></tr><tr><td style=\"white-space:nowrap\"><a name=\"condition-valueset-null-276877003\"> </a>  276877003</td><td/><td>Trichomonal vaginitis</td></tr><tr><td style=\"white-space:nowrap\"><a name=\"condition-valueset-null-72934000\"> </a>  72934000</td><td/><td>Candidiasis of vagina</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/medication/ValueSet/condition-valueset"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-12-11T16:17:45+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Belgium"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Belgium" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7belgium.org" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hl7belgium@hl7belgium.org" ]     ] )
  ] [
fhir:name [ fhir:v "Message Structure eHealth" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "message-structure@ehealth.fgov.be" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BE" ]     ] )
  ] ) ; # 
  fhir:expansion [
fhir:timestamp [ fhir:v "2015-06-22T13:56:07Z"^^xsd:dateTime ] ;
    ( fhir:contains [
fhir:code [ fhir:v "419760006" ] ;
fhir:display [ fhir:v "Bacterial vaginosis" ]     ] [
fhir:code [ fhir:v "276877003" ] ;
fhir:display [ fhir:v "Trichomonal vaginitis" ]     ] [
fhir:code [ fhir:v "72934000" ] ;
fhir:display [ fhir:v "Candidiasis of vagina" ]     ] )
  ] . #