FHIR Clinical Guidelines (v1.0.0) (STU1)

Clinical Practice Guidelines, published by Clinical Decision Support WG. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cqf-recommendations/ and changes regularly. See the Directory of published versions

ANC_Contact

Formats: Narrative, XML, JSON, Turtle

Raw ttl


@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:PlanDefinition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "anc-contact"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"anc-contact\" </p></div><p><b>url</b>: <code>http://fhir.org/guides/who/anc-cds/PlanDefinition/ANC_Contact</code></p><p><b>identifier</b>: id: ANC_Contact (OFFICIAL)</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: ANC_Contact</p><p><b>title</b>: PlanDefinition - WHO ANC Guideline Contact</p><p><b>type</b>: Workflow Definition <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-plan-definition-type.html\">PlanDefinitionType</a>#workflow-definition)</span></p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2019-05-15</p><p><b>jurisdiction</b>: World <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>copyright</b>: &copy; WHO 2019+.</p><blockquote><p><b>action</b></p><p><b>title</b>: Registration</p><p><b>code</b>: Registration <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cpg-common-process.html\">CPG Common Process</a>#registration)</span></p><p><b>definition</b>: <a href=\"PlanDefinition-cpg-common-registration.html\">PlanDefinition - CPG Common Registration</a></p></blockquote><blockquote><p><b>action</b></p><p><b>title</b>: Record health history</p><p><b>code</b>: History and Physical <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cpg-common-process.html\">CPG Common Process</a>#history-and-physical)</span></p><blockquote><p><b>action</b></p><p><b>title</b>: Record first contact information</p><p><b>definition</b>: <a href=\"http://fhir.org/guides/who/anc-cds/Questionnaire/anc-first-contact\">http://fhir.org/guides/who/anc-cds/Questionnaire/anc-first-contact</a></p></blockquote><blockquote><p><b>action</b></p><p><b>title</b>: Record every contact information</p><p><b>definition</b>: <a href=\"http://fhir.org/guides/who/anc-cds/Questionnaire/anc-every-contact\">http://fhir.org/guides/who/anc-cds/Questionnaire/anc-every-contact</a></p></blockquote></blockquote><blockquote><p><b>action</b></p><p><b>title</b>: Assess danger signs</p><p><b>code</b>: Triage <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cpg-common-process.html\">CPG Common Process</a>#triage)</span></p><p><b>definition</b>: <a href=\"http://fhir.org/guides/who/anc-cds/Questionnaire/anc-quick-check\">http://fhir.org/guides/who/anc-cds/Questionnaire/anc-quick-check</a></p></blockquote><blockquote><p><b>action</b></p><p><b>title</b>: Assess current pregnancy conditions, including symptoms and lab tests</p><p><b>code</b>: Conduct Diagnostic Tests <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cpg-common-process.html\">CPG Common Process</a>#diagnostic-testing)</span></p></blockquote><blockquote><p><b>action</b></p><p><b>title</b>: Case management or referral</p><p><b>code</b>: Discharge/Referral of Patient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cpg-common-process.html\">CPG Common Process</a>#discharge-referral-of-patient)</span></p></blockquote><blockquote><p><b>action</b></p><p><b>title</b>: Schedule follow-up visit</p><p><b>code</b>: Monitor and Follow-up of Patient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cpg-common-process.html\">CPG Common Process</a>#monitor-and-follow-up-of-patient)</span></p></blockquote></div>"
  ];
  fhir:PlanDefinition.url [ fhir:value "http://fhir.org/guides/who/anc-cds/PlanDefinition/ANC_Contact"];
  fhir:PlanDefinition.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.value [ fhir:value "ANC_Contact" ]
  ];
  fhir:PlanDefinition.version [ fhir:value "1.0.0"];
  fhir:PlanDefinition.name [ fhir:value "ANC_Contact"];
  fhir:PlanDefinition.title [ fhir:value "PlanDefinition - WHO ANC Guideline Contact"];
  fhir:PlanDefinition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/plan-definition-type" ];
       fhir:Coding.code [ fhir:value "workflow-definition" ];
       fhir:Coding.display [ fhir:value "Workflow Definition" ]     ]
  ];
  fhir:PlanDefinition.status [ fhir:value "draft"];
  fhir:PlanDefinition.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:PlanDefinition.date [ fhir:value "2019-05-15"^^xsd:date];
  fhir:PlanDefinition.useContext [
     fhir:index 0;
     fhir:UsageContext.code [
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/usage-context-type" ];
       fhir:Coding.code [ fhir:value "focus" ]     ];
     fhir:UsageContext.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:77386006;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "77386006" ];
         fhir:Coding.display [ fhir:value "Pregnant (finding)" ]       ]     ]
  ];
  fhir:PlanDefinition.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ];
       fhir:Coding.display [ fhir:value "World" ]     ]
  ];
  fhir:PlanDefinition.copyright [ fhir:value "© WHO 2019+."];
  fhir:PlanDefinition.action [
     fhir:index 0;
     fhir:PlanDefinition.action.title [ fhir:value "Registration" ];
     fhir:PlanDefinition.action.code [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process" ];
         fhir:Coding.code [ fhir:value "registration" ]       ]     ];
     fhir:PlanDefinition.action.definitionCanonical [
       fhir:value "http://hl7.org/fhir/uv/cpg/PlanDefinition/cpg-common-registration";
       fhir:link <http://hl7.org/fhir/uv/cpg/PlanDefinition/cpg-common-registration>     ]
  ], [
     fhir:index 1;
     fhir:PlanDefinition.action.title [ fhir:value "Record health history" ];
     fhir:PlanDefinition.action.code [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process" ];
         fhir:Coding.code [ fhir:value "history-and-physical" ]       ]     ];
     fhir:PlanDefinition.action.action [
       fhir:index 0;
       fhir:PlanDefinition.action.title [ fhir:value "Record first contact information" ];
       fhir:PlanDefinition.action.condition [
         fhir:index 0;
         fhir:PlanDefinition.action.condition.kind [ fhir:value "applicability" ];
         fhir:PlanDefinition.action.condition.expression [
           fhir:Expression.language [ fhir:value "text/cql" ];
           fhir:Expression.expression [ fhir:value "Is First Contact" ]         ]       ];
       fhir:PlanDefinition.action.definitionCanonical [
         fhir:value "http://fhir.org/guides/who/anc-cds/Questionnaire/anc-first-contact";
         fhir:link <http://fhir.org/guides/who/anc-cds/Questionnaire/anc-first-contact>       ]     ], [
       fhir:index 1;
       fhir:PlanDefinition.action.title [ fhir:value "Record every contact information" ];
       fhir:PlanDefinition.action.definitionCanonical [
         fhir:value "http://fhir.org/guides/who/anc-cds/Questionnaire/anc-every-contact";
         fhir:link <http://fhir.org/guides/who/anc-cds/Questionnaire/anc-every-contact>       ]     ]
  ], [
     fhir:index 2;
     fhir:PlanDefinition.action.title [ fhir:value "Assess danger signs" ];
     fhir:PlanDefinition.action.code [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process" ];
         fhir:Coding.code [ fhir:value "triage" ]       ]     ];
     fhir:PlanDefinition.action.definitionCanonical [
       fhir:value "http://fhir.org/guides/who/anc-cds/Questionnaire/anc-quick-check";
       fhir:link <http://fhir.org/guides/who/anc-cds/Questionnaire/anc-quick-check>     ]
  ], [
     fhir:index 3;
     fhir:PlanDefinition.action.title [ fhir:value "Assess current pregnancy conditions, including symptoms and lab tests" ];
     fhir:PlanDefinition.action.code [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process" ];
         fhir:Coding.code [ fhir:value "diagnostic-testing" ]       ]     ]
  ], [
     fhir:index 4;
     fhir:PlanDefinition.action.title [ fhir:value "Case management or referral" ];
     fhir:PlanDefinition.action.code [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process" ];
         fhir:Coding.code [ fhir:value "discharge-referral-of-patient" ]       ]     ]
  ], [
     fhir:index 5;
     fhir:PlanDefinition.action.title [ fhir:value "Schedule follow-up visit" ];
     fhir:PlanDefinition.action.code [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process" ];
         fhir:Coding.code [ fhir:value "monitor-and-follow-up-of-patient" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.