0.1.0 - ci-build

CardioIG, published by Example Publisher. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sguinezm/cardioCx-IG/ and changes regularly. See the Directory of published versions

: Observation EjectionFraction - 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 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 "EjemploEjectionFractionObservation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://centrocardiovascular.cl/StructureDefinition/EjectionFractionValueObservation"^^xsd:anyURI ;
fhir:link <https://centrocardiovascular.cl/StructureDefinition/EjectionFractionValueObservation>     ] )
  ] ; # 
  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 EjemploEjectionFractionObservation</b></p><a name=\"EjemploEjectionFractionObservation\"> </a><a name=\"hcEjemploEjectionFractionObservation\"> </a><a name=\"EjemploEjectionFractionObservation-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 70822001}\">Cardiac ejection fraction</span></p><p><b>focus</b>: <a href=\"https://fhirserve.cl/R4/Procedure/1\">https://fhirserve.cl/R4/Procedure/1</a></p><p><b>value</b>: 10</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:70822001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "70822001" ]     ] )
  ] ; # 
  fhir:focus ( [
fhir:link <https://fhirserve.cl/R4/Procedure/1> ;
fhir:reference [ fhir:v "https://fhirserve.cl/R4/Procedure/1" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "10"^^xsd:decimal ]
  ] . #