SpaceflightHealthSimulationsReferenceDocumentation - Local Development build (v0.5.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: ECG Interpretation Results - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "ecg-interpretation-vs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ecg-interpretation-vs</b></p><a name=\"ecg-interpretation-vs\"> </a><a name=\"hcecg-interpretation-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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/17621005\">17621005</a></td><td>Normal</td></tr><tr><td><a href=\"http://snomed.info/id/263654008\">263654008</a></td><td>Abnormal</td></tr><tr><td><a href=\"http://snomed.info/id/373067005\">373067005</a></td><td>No abnormality detected</td></tr><tr><td><a href=\"http://snomed.info/id/442564008\">442564008</a></td><td>Evaluation not done</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://mitre.org/fhir/space-health/ValueSet/ecg-interpretation-vs"^^xsd:anyURI ;
fhir:l <https://mitre.org/fhir/space-health/ValueSet/ecg-interpretation-vs>
] ; #
fhir:version [ fhir:v "0.5.12"] ; #
fhir:name [ fhir:v "ECGInterpretationVS"] ; #
fhir:title [ fhir:v "ECG Interpretation Results"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-03-25T00:24:16-05:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "MITRE"] ; #
fhir:contact ( [
fhir:name [ fhir:v "MITRE" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.mitre.org/" ] ] )
] ) ; #
fhir:description [ fhir:v "Value set for ECG interpretation outcomes."] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
( fhir:concept [
fhir:code [ fhir:v "17621005" ] ;
fhir:display [ fhir:v "Normal" ] ] [
fhir:code [ fhir:v "263654008" ] ;
fhir:display [ fhir:v "Abnormal" ] ] [
fhir:code [ fhir:v "373067005" ] ;
fhir:display [ fhir:v "No abnormality detected" ] ] [
fhir:code [ fhir:v "442564008" ] ;
fhir:display [ fhir:v "Evaluation not done" ] ] ) ] )
] . #