Clinical Practice Guidelines Example Implementation Guide - Antenatal Care Guidelines
1.0.0 - ci-build International flag

Clinical Practice Guidelines Example Implementation Guide - Antenatal Care Guidelines, published by HL7 International - Clinical Decision Support WG. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/cpg-example-anc/ and changes regularly. See the Directory of published versions

: GraphDefinition - ANC Summary - TTL Representation

Active as of 2024-03-01

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:GraphDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "anc-summary"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: GraphDefinition</b><a name=\"anc-summary\"> </a></p><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\">Resource GraphDefinition &quot;anc-summary&quot; </p></div><p><b>url</b>: <code>http://hl7.org/fhir/uv/cpg/antenatalcare/GraphDefinition/anc-summary</code></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: ANCSummary</p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>description</b>: Example of a Graph Definition based on ANC guidleines</p><p><b>start</b>: Patient</p><p><b>profile</b>: <a href=\"http://fhir.org/guides/who/anc-cds/ancpatient\">http://fhir.org/guides/who/anc-cds/ancpatient</a></p><blockquote><p><b>link</b></p><p><b>min</b>: 0</p><p><b>max</b>: *</p><p><b>description</b>: Encounters</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Params</b></td><td><b>Profile</b></td></tr><tr><td style=\"display: none\">*</td><td>Encounter</td><td>patient={ref}</td><td><a href=\"http://fhir.org/guides/who/anc-cds/ancencounter\">http://fhir.org/guides/who/anc-cds/ancencounter</a></td></tr></table></blockquote><blockquote><p><b>link</b></p><p><b>min</b>: 0</p><p><b>max</b>: *</p><p><b>description</b>: LMP</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Params</b></td><td><b>Profile</b></td></tr><tr><td style=\"display: none\">*</td><td>Observation</td><td>patient={ref}</td><td><a href=\"http://fhir.org/guides/who/anc-cds/StructureDefinition/lmpobservation\">http://fhir.org/guides/who/anc-cds/StructureDefinition/lmpobservation</a></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/antenatalcare/GraphDefinition/anc-summary"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ANCSummary"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:description [ fhir:v "Example of a Graph Definition based on ANC guidleines"] ; # 
  fhir:start [ fhir:v "Patient"] ; # 
  fhir:profile [
fhir:v "http://fhir.org/guides/who/anc-cds/ancpatient"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/who/anc-cds/ancpatient>
  ] ; # 
  fhir:link ( [
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "*" ] ;
fhir:description [ fhir:v "Encounters" ] ;
    ( fhir:target [
fhir:type [ fhir:v "Encounter" ] ;
fhir:params [ fhir:v "patient={ref}" ] ;
fhir:profile [
fhir:v "http://fhir.org/guides/who/anc-cds/ancencounter"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/who/anc-cds/ancencounter>       ]     ] )
  ] [
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "*" ] ;
fhir:description [ fhir:v "LMP" ] ;
    ( fhir:target [
fhir:type [ fhir:v "Observation" ] ;
fhir:params [ fhir:v "patient={ref}" ] ;
fhir:profile [
fhir:v "http://fhir.org/guides/who/anc-cds/StructureDefinition/lmpobservation"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/who/anc-cds/StructureDefinition/lmpobservation>       ]     ] )
  ] ) . #