Computable Care Guidelines
1.0.0-current - ci-build International flag

Computable Care Guidelines, published by IHE QRPH Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/QRPH.CCG/ and changes regularly. See the Directory of published versions

: CCG Folder 2 - TTL Representation

Active as of 2024-11-18

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:PlanDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ccg-folder-Hypertension"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-card-folder"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-card-folder>     ] )
  ] ; # 
  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: PlanDefinition ccg-folder-Hypertension</b></p><a name=\"ccg-folder-Hypertension\"> </a><a name=\"hcccg-folder-Hypertension\"> </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=\"StructureDefinition-ccg-card-folder.html\">CCG CARD Folder PlanDefinition</a></p></div><p><b>url</b>: <a href=\"PlanDefinition-ccg-folder-Hypertension.html\">PlanDefinition CCG Folder example 2 - e.g. Hypertension</a></p><p><b>version</b>: 1.0.0-current</p><p><b>name</b>: ExampleCCGFolder1</p><p><b>title</b>: CCG Folder example 2 - e.g. Hypertension</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/plan-definition-type clinical-protocol}\">Clinical Protocol</span></p><p><b>status</b>: Active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2024-11-18 17:56:55+0000</p><p><b>publisher</b>: IHE QRPH Technical Committee</p><p><b>contact</b>: <a href=\"https://www.ihe.net/ihe_domains/quality_research_and_public_health/\">https://www.ihe.net/ihe_domains/quality_research_and_public_health/</a>, <a href=\"mailto:qrph@ihe.net\">qrph@ihe.net</a>, IHE QRPH Technical Committee: <a href=\"mailto:qrph@ihe.net\">qrph@ihe.net</a></p><p><b>description</b>: </p><div><p>IHE CCG Folder example e.g. Hypertension</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">Global (Whole world)</span></p><blockquote><p><b>action</b></p><p><b>definition</b>: <a href=\"PlanDefinition-card-example-reqref.html\">CCG CARD example - recommend referral order</a></p></blockquote><blockquote><p><b>action</b></p><p><b>definition</b>: <a href=\"PlanDefinition-card-example-collect.html\">CCG CARD example - collect information</a></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://example.org/fhir/PlanDefinition/ccg-folder-Hypertension"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0-current"] ; # 
  fhir:name [ fhir:v "ExampleCCGFolder1"] ; # 
  fhir:title [ fhir:v "CCG Folder example 2 - e.g. Hypertension"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/plan-definition-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "clinical-protocol" ]     ] )
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2024-11-18T17:56:55+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IHE QRPH Technical Committee"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/quality_research_and_public_health/" ]     ] )
  ] [
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "qrph@ihe.net" ]     ] )
  ] [
fhir:name [ fhir:v "IHE QRPH Technical Committee" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "qrph@ihe.net" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "IHE CCG Folder example e.g. Hypertension"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:action ( [
fhir:definition [
a fhir:canonical ;
fhir:v "http://example.org/PlanDefinition/card-example-reqref"^^xsd:anyURI ;
fhir:link <http://example.org/PlanDefinition/card-example-reqref>     ]
  ] [
fhir:definition [
a fhir:canonical ;
fhir:v "http://example.org/PlanDefinition/card-example-collect"^^xsd:anyURI ;
fhir:link <http://example.org/PlanDefinition/card-example-collect>     ]
  ] ) . #