Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Cardiac Value Set - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CARDIACVS"] ; #
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 CARDIACVS</b></p><a name=\"CARDIACVS\"> </a><a name=\"hcCARDIACVS\"> </a><a name=\"CARDIACVS-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/301132007\">301132007</a></td><td>Heart sounds normal</td></tr><tr><td><a href=\"http://snomed.info/id/123824001\">123824001</a></td><td>Heart sounds abnormal</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://smart-bear.eu/fhir/ValueSet/CARDIACVS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.4.1"] ; #
fhir:name [ fhir:v "CARDIACVS"] ; #
fhir:title [ fhir:v "Cardiac Value Set"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-09-17T08:57:54+02:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "Cardiac Value Set"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "301132007" ] ;
fhir:display [ fhir:v "Heart sounds normal" ] ] [
fhir:code [ fhir:v "123824001" ] ;
fhir:display [ fhir:v "Heart sounds abnormal" ] ] ) ] )
] . #