FHIR Clinical Guidelines (v1.0.0) (STU1)

This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, 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><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>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/plan-definition-type workflow-definition}\">Workflow Definition</span></p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2019-05-15</p><h3>UseContexts</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>jurisdiction</b>: <span title=\"Codes: {http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</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>: <span title=\"Codes: {http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process registration}\">Registration</span></p><p><b>definition</b>: <a href=\"http://hl7.org/fhir/uv/cpg/PlanDefinition/cpg-common-registration\">http://hl7.org/fhir/uv/cpg/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>: <span title=\"Codes: {http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process history-and-physical}\">History and Physical</span></p><blockquote><p><b>action</b></p><p><b>title</b>: Record first contact information</p><h3>Conditions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><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>: <span title=\"Codes: {http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process triage}\">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>: <span title=\"Codes: {http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process diagnostic-testing}\">Conduct Diagnostic Tests</span></p></blockquote><blockquote><p><b>action</b></p><p><b>title</b>: Case management or referral</p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process discharge-referral-of-patient}\">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>: <span title=\"Codes: {http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process monitor-and-follow-up-of-patient}\">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.