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

ANCReasonForVisit

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "anc-reason-for-visit"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-publishablecodesystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-publishablecodesystem>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://fhir.org/guides/who/anc-cds/CodeSystem/anc-reason-for-visit defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">routine<a name=\"anc-reason-for-visit-routine\"> </a></td><td>Routine</td><td>For a scheduled (routine) visit</td></tr><tr><td style=\"white-space:nowrap\">specific-complaint<a name=\"anc-reason-for-visit-specific-complaint\"> </a></td><td>Specific complaint</td><td>For specific complaints about you or your baby</td></tr><tr><td style=\"white-space:nowrap\">first-visit<a name=\"anc-reason-for-visit-first-visit\"> </a></td><td>First visit</td><td>First visit</td></tr><tr><td style=\"white-space:nowrap\">follow-up-visit<a name=\"anc-reason-for-visit-follow-up-visit\"> </a></td><td>Follow-up visit</td><td>Follow-up visit</td></tr><tr><td style=\"white-space:nowrap\">include-family-member<a name=\"anc-reason-for-visit-include-family-member\"> </a></td><td>Include family member</td><td>Do you want to include your companion or other family member (parent if adolescent) in the examination and discussion?</td></tr></table></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability" ];
     fhir:Extension.valueCode [ fhir:value "shareable" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability" ];
     fhir:Extension.valueCode [ fhir:value "computable" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability" ];
     fhir:Extension.valueCode [ fhir:value "publishable" ]
  ], [
     fhir:index 3;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel" ];
     fhir:Extension.valueCode [ fhir:value "structured" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://fhir.org/guides/who/anc-cds/CodeSystem/anc-reason-for-visit"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "ANCReasonForVisit"];
  fhir:CodeSystem.title [ fhir:value "ANC Reason for Visit"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2019-05-08"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "Health Level 7 International - Clinical Decision Support WG"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/dss/index.cfm" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Codes used to identify the reason for an antenatal care visit"];
  fhir:CodeSystem.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:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://fhir.org/guides/who/anc-cds/ValueSet/anc-reason-for-visit";
     fhir:link <http://fhir.org/guides/who/anc-cds/ValueSet/anc-reason-for-visit>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "routine" ];
     fhir:CodeSystem.concept.display [ fhir:value "Routine" ];
     fhir:CodeSystem.concept.definition [ fhir:value "For a scheduled (routine) visit" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "specific-complaint" ];
     fhir:CodeSystem.concept.display [ fhir:value "Specific complaint" ];
     fhir:CodeSystem.concept.definition [ fhir:value "For specific complaints about you or your baby" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "first-visit" ];
     fhir:CodeSystem.concept.display [ fhir:value "First visit" ];
     fhir:CodeSystem.concept.definition [ fhir:value "First visit" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "follow-up-visit" ];
     fhir:CodeSystem.concept.display [ fhir:value "Follow-up visit" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Follow-up visit" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "include-family-member" ];
     fhir:CodeSystem.concept.display [ fhir:value "Include family member" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Do you want to include your companion or other family member (parent if adolescent) in the examination and discussion?" ]
  ].

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

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