Person-Centered Outcomes
0.1.0 - ci-build International flag

Person-Centered Outcomes, published by Mountain Lotus WellBeing LLC. 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/mtnlotus/pco-ig/ and changes regularly. See the Directory of published versions

: cqf-tooling - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cqf-tooling"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/device-softwaresystem-cqfm"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/device-softwaresystem-cqfm>     ] )
  ] ; # 
  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: Device cqf-tooling</b></p><a name=\"cqf-tooling\"> </a><a name=\"hccqf-tooling\"> </a><a name=\"cqf-tooling-en-US\"> </a><p><b>manufacturer</b>: CQFramework</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>cqf-tooling</td><td>Manufacturer name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/cqfmeasures/CodeSystem/software-system-type tooling}\">Tooling</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>3.4.0</td></tr></table></div>"
  ] ; # 
  fhir:manufacturer [ fhir:v "CQFramework"] ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "cqf-tooling" ] ;
fhir:type [ fhir:v "manufacturer-name" ]
  ] ) ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/software-system-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "tooling" ]     ] )
  ] ; # 
  fhir:version ( [
fhir:value [ fhir:v "3.4.0" ]
  ] ) . #