Your User Friendly Name for MyContentIG Here, published by HL7 International - [Some] Work Group. This guide is not an authorized publication; it is the continuous build for version 0.5.6-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/sample-content-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 -------------------------------------------------------------------
<http://hl7.org/fhir/Device/cqf-tooling> a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "cqf-tooling"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/device-softwaresystem-cqfm" ;
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/device-softwaresystem-cqfm>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/cqfmeasures/STU4/StructureDefinition-device-softwaresystem-cqfm.html\">CQFM Device</a></p></div><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.11.0</td></tr></table></div>"
] ;
fhir:Device.manufacturer [ fhir:value "CQFramework"] ;
fhir:Device.deviceName [
fhir:index 0 ;
fhir:Device.deviceName.name [ fhir:value "cqf-tooling" ] ;
fhir:Device.deviceName.type [ fhir:value "manufacturer-name" ]
] ;
fhir:Device.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/software-system-type" ] ;
fhir:Coding.code [ fhir:value "tooling" ]
]
] ;
fhir:Device.version [
fhir:index 0 ;
fhir:Device.version.value [ fhir:value "3.11.0" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Device/cqf-tooling.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Device/cqf-tooling.ttl> .