@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "Hypertrophy"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

ck-Hypertrophy

Defines the values of Hypertrophy

\n
  • Include these codes as defined in http://snomed.info/sct
    CodeDisplay
    164873001Electrocardiographic left ventricle hypertrophy (finding)
    164877000Electrocardiographic right ventricular hypertrophy (finding)
    77566008Right atrial hypertrophy by electrocardiogram (finding)
    87469009Hypertrophy of left cardiac atrium, determined by electrocardiogram (finding)
" ]; fhir:ValueSet.url [ fhir:value "http://www.collabkare.io/r4/ValueSet/Hypertrophy"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.6.96-407" ] ]; fhir:ValueSet.version [ fhir:value "0.2.0"]; fhir:ValueSet.name [ fhir:value "ck-Hypertrophy"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2020-07-10T18:01:04+05:30"^^xsd:dateTime]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "clinfhir" ] ]; fhir:ValueSet.description [ fhir:value "Defines the values of Hypertrophy"]; 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.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "164873001" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Electrocardiographic left ventricle hypertrophy (finding)" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "164877000" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Electrocardiographic right ventricular hypertrophy (finding)" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "77566008" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Right atrial hypertrophy by electrocardiogram (finding)" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "87469009" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Hypertrophy of left cardiac atrium, determined by electrocardiogram (finding)" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------