Smart Bear Implementation Guide
3.2.2 - ci-build
Smart Bear Implementation Guide - Local Development build (v3.2.2). See the Directory of published versions
Active as of 2022-07-03 |
@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:Resource.id [ fhir:value "CARDIACVS"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> version <code>http://snomed.info/sct/900000000000207008/version/20210731</code><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:ValueSet.url [ fhir:value "https://smart-bear.eu/fhir/ValueSet/CARDIACVS"];
fhir:ValueSet.version [ fhir:value "3.2.2"];
fhir:ValueSet.name [ fhir:value "CARDIACVS"];
fhir:ValueSet.title [ fhir:value "Cardiac Value Set"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2022-07-03T20:23:35+02:00"^^xsd:dateTime];
fhir:ValueSet.description [ fhir:value "Cardiac Value Set"];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ];
fhir:ValueSet.compose.include.version [ fhir:value "http://snomed.info/sct/900000000000207008/version/20210731" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "301132007" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Heart sounds normal" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "123824001" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Heart sounds abnormal" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.