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 - XML Representation

Active as of 2024-11-14

Raw xml | Download


<GraphDefinition xmlns="http://hl7.org/fhir">
  <id value="anc-summary"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: GraphDefinition anc-summary</b></p><a name="anc-summary"> </a><a name="hcanc-summary"> </a><a name="anc-summary-en-US"> </a><p><b>url</b>: <a href="GraphDefinition-anc-summary.html">GraphDefinition ANCSummary</a></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>: </p><div><p>Example of a Graph Definition based on ANC guidleines</p>
</div><p><b>start</b>: Patient</p><p><b>profile</b>: <code>http://fhir.org/guides/who/anc-cds/ancpatient</code></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><code>http://fhir.org/guides/who/anc-cds/ancencounter</code></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><code>http://fhir.org/guides/who/anc-cds/StructureDefinition/lmpobservation</code></td></tr></table></blockquote></div>
  </text>
  <url
       value="http://github.com/cqframework/cpg-example-anc/GraphDefinition/anc-summary"/>
  <version value="1.0.0"/>
  <name value="ANCSummary"/>
  <status value="active"/>
  <experimental value="true"/>
  <description value="Example of a Graph Definition based on ANC guidleines"/>
  <start value="Patient"/>
  <profile value="http://fhir.org/guides/who/anc-cds/ancpatient"/>
  <link>
    <min value="0"/>
    <max value="*"/>
    <description value="Encounters"/>
    <target>
      <type value="Encounter"/>
      <params value="patient={ref}"/>
      <profile value="http://fhir.org/guides/who/anc-cds/ancencounter"/>
    </target>
  </link>
  <link>
    <min value="0"/>
    <max value="*"/>
    <description value="LMP"/>
    <target>
      <type value="Observation"/>
      <params value="patient={ref}"/>
      <profile
               value="http://fhir.org/guides/who/anc-cds/StructureDefinition/lmpobservation"/>
    </target>
  </link>
</GraphDefinition>