Clinical Practice Guidelines
1.0.0 - ci-build International flag

Clinical Practice Guidelines, published by HL7 International - 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

: Questionnaire - ANC Quick Check - TTL Representation

Draft as of 2023-09-21

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:Questionnaire ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "anc-quick-check"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.org/guides/who/anc-cds/Questionnaire/ANC_Quick_Check"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ANC_Quick_Check"] ; # 
  fhir:title [ fhir:v "Questionnaire - ANC Quick Check"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:subjectType ( [ fhir:v "Patient"] ) ; # 
  fhir:date [ fhir:v "2023-09-21T04:10:56+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Clinical Decision Support WG"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Clinical Decision Support WG" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss/index.cfm" ]     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:item ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-answerValueSetSource"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://fhir.org/guides/who/anc-cds/ValueSet/anc-reason-for-visit-vs"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/who/anc-cds/ValueSet/anc-reason-for-visit-vs>       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-itemImage"^^xsd:anyURI ] ;
fhir:value [
a fhir:Attachment ;
fhir:url [ fhir:v "http://example.org/images/reason-for-visit.png"^^xsd:anyURI ]       ]     ] ) ;
fhir:linkId [ fhir:v "reason-for-visit" ] ;
fhir:text [ fhir:v "Why did you come?" ] ;
fhir:type [ fhir:v "choice" ] ;
    ( fhir:answerOption [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-responseImage"^^xsd:anyURI ] ;
fhir:value [
a fhir:Attachment ;
fhir:url [ fhir:v "http://example.org/images/reason-for-visit-routine.png"^^xsd:anyURI ]         ]       ] ) ;
fhir:value [ fhir:v "For a scheduled (routine) visit" ]     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-responseImage"^^xsd:anyURI ] ;
fhir:value [
a fhir:Attachment ;
fhir:url [ fhir:v "http://example.org/images/reason-for-visit-specific-complaint.png"^^xsd:anyURI ]         ]       ] ) ;
fhir:value [ fhir:v "For specific complaints about you or your baby" ]     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-responseImage"^^xsd:anyURI ] ;
fhir:value [
a fhir:Attachment ;
fhir:url [ fhir:v "http://example.org/images/reason-for-visit-first.png"^^xsd:anyURI ]         ]       ] ) ;
fhir:value [ fhir:v "First visit" ]     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-responseImage"^^xsd:anyURI ] ;
fhir:value [
a fhir:Attachment ;
fhir:url [ fhir:v "http://example.org/images/reason-for-visit-follow-up.png"^^xsd:anyURI ]         ]       ] ) ;
fhir:value [ fhir:v "Follow-up visit" ]     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-responseImage"^^xsd:anyURI ] ;
fhir:value [
a fhir:Attachment ;
fhir:url [ fhir:v "http://example.org/images/reason-for-visit-include-family-member.png"^^xsd:anyURI ]         ]       ] ) ;
fhir:value [ fhir:v "Do you want to include your companion or other family member (parent if adolescent) in the examination and discussion?" ]     ] )
  ] ) . #