Retention Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Sinus rhythm - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SinusRhythm"] ; #
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: Observation SinusRhythm</b></p><a name=\"SinusRhythm\"> </a><a name=\"hcSinusRhythm\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 29303009}\">Electrocardiographic procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251150006}\">Sinus rhythm</span></p><p><b>subject</b>: <a href=\"Patient-P001.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2021-05-21 09:29:23+0000</p><p><b>value</b>: false</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
a sct:29303009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29303009" ] ;
fhir:display [ fhir:v "Electrocardiographic procedure" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:251150006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "251150006" ] ;
fhir:display [ fhir:v "Sinus rhythm" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/P001" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2021-05-21T09:29:23.356+00:00"^^xsd:dateTime
] ; #
fhir:value [
a fhir:boolean ;
fhir:v false
] . #