Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4 R3

Questionnaire-zika-virus-exposure-assessment.ttl

Example Questionnaire/zika-virus-exposure-assessment (Turtle)

Maturity Level : N/A
Responsible Owner: FHIR Infrastructure Work Group Standards Status : Informative Compartments : Not linked to any No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification )

Example instrument for assessing Zika virus exposure potential

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Questionnaire/zika-virus-exposure-assessment> a fhir:Questionnaire;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "zika-virus-exposure-assessment"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <pre>\n      </pre>\n    </div>"
  ];
  fhir:Questionnaire.url [ fhir:value "http://example.org/Questionnaire/zika-virus-exposure-assessment"];
  fhir:Questionnaire.name [ fhir:value "ExampleZikaVirusExposureAssessment"];
  fhir:Questionnaire.title [ fhir:value "Example Zika Virus Exposure Assessment"];
  fhir:Questionnaire.status [ fhir:value "draft"];
  fhir:Questionnaire.subjectType [
     fhir:value "Patient";
     fhir:index 0
  ];
  fhir:Questionnaire.date [ fhir:value "2016-11-14"^^xsd:date];
  fhir:Questionnaire.description [ fhir:value "Example questionnaire to assess Zika virus exposure potential."];
  fhir:Questionnaire.effectivePeriod [
     fhir:Period.start [ fhir:value "2016-11-14"^^xsd:date ]
  ];
  fhir:Questionnaire.item [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://example.org/additional-information" ];
       fhir:Extension.valueAttachment [
         fhir:Attachment.url [ fhir:value "http://www.cdc.gov/zika/geo/index.html" ];
         fhir:Attachment.title [ fhir:value "Areas with active Zika virus transmission/exposure risk" ]

<http://hl7.org/fhir/Questionnaire/zika-virus-exposure-assessment> a fhir:Questionnaire ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "zika-virus-exposure-assessment"] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "fhir"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://example.org/Questionnaire/zika-virus-exposure-assessment"^^xsd:anyURI ;
     fhir:l <http://example.org/Questionnaire/zika-virus-exposure-assessment>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.20.1" ]
  ] ) ; # 
  fhir:name [ fhir:v "ExampleZikaVirusExposureAssessment"] ; # 
  fhir:title [ fhir:v "Example Zika Virus Exposure Assessment"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:subjectType ( [ fhir:v "Patient"] ) ; # 
  fhir:date [ fhir:v "2016-11-14"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Example questionnaire to assess Zika virus exposure potential."] ; # 
  fhir:effectivePeriod [
     fhir:start [ fhir:v "2016-11-14"^^xsd:date ]
  ] ; # 
  fhir:item ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://example.org/additional-information"^^xsd:anyURI ;
         fhir:l <http://example.org/additional-information>
       ] ;
       fhir:value [
         a fhir:Attachment ;
         fhir:url [
           fhir:v "http://www.cdc.gov/zika/geo/index.html"^^xsd:anyURI ;
           fhir:l <http://www.cdc.gov/zika/geo/index.html>
         ] ;
         fhir:title [ fhir:v "Areas with active Zika virus transmission/exposure risk" ]

       ]
     ];
     fhir:Questionnaire.item.linkId [ fhir:value "1" ];
     fhir:Questionnaire.item.code [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://example.org/questionnaires" ];
       fhir:Coding.code [ fhir:value "CDE: Resident of or Frequent Traveler to Zika Area" ]
     ];
     fhir:Questionnaire.item.text [ fhir:value "Are you a resident of, or do you travel frequently to, an area with active Zika transmission?" ];
     fhir:Questionnaire.item.type [ fhir:value "boolean" ]
  ], [
     fhir:index 1;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://example.org/additional-information" ];
       fhir:Extension.valueAttachment [
         fhir:Attachment.url [ fhir:value "http://www.cdc.gov/zika/geo/index.html" ];
         fhir:Attachment.title [ fhir:value "Areas with active Zika virus transmission/exposure risk" ]

     ] ) ;
     fhir:linkId [ fhir:v "1" ] ;
     fhir:code ( [
       fhir:system [
         fhir:v "http://example.org/questionnaires"^^xsd:anyURI ;
         fhir:l <http://example.org/questionnaires>
       ] ;
       fhir:code [ fhir:v "CDE: Resident of or Frequent Traveler to Zika Area" ]
     ] ) ;
     fhir:text [ fhir:v "Are you a resident of, or do you travel frequently to, an area with active Zika transmission?" ] ;
     fhir:type [ fhir:v "boolean" ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://example.org/additional-information"^^xsd:anyURI ;
         fhir:l <http://example.org/additional-information>
       ] ;
       fhir:value [
         a fhir:Attachment ;
         fhir:url [
           fhir:v "http://www.cdc.gov/zika/geo/index.html"^^xsd:anyURI ;
           fhir:l <http://www.cdc.gov/zika/geo/index.html>
         ] ;
         fhir:title [ fhir:v "Areas with active Zika virus transmission/exposure risk" ]

       ]
     ];
     fhir:Questionnaire.item.linkId [ fhir:value "2" ];
     fhir:Questionnaire.item.code [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://example.org/questionnaires" ];
       fhir:Coding.code [ fhir:value "CDE: Recent Travel to Zika Area" ]
     ];
     fhir:Questionnaire.item.text [ fhir:value "Have you recently traveled to an area with active Zika transmission?" ];
     fhir:Questionnaire.item.type [ fhir:value "boolean" ];
     fhir:Questionnaire.item.enableWhen [
       fhir:index 0;
       fhir:Questionnaire.item.enableWhen.question [ fhir:value "1" ];
       fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
       fhir:Questionnaire.item.enableWhen.answerBoolean [ fhir:value "false"^^xsd:boolean ]
     ]
  ], [
     fhir:index 2;
     fhir:Questionnaire.item.linkId [ fhir:value "3" ];
     fhir:Questionnaire.item.code [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://example.org/questionnaires" ];
       fhir:Coding.code [ fhir:value "CDE: Time Since Returned From Travel" ]
     ];
     fhir:Questionnaire.item.text [ fhir:value "How long has it been since you returned?" ];
     fhir:Questionnaire.item.type [ fhir:value "quantity" ];
     fhir:Questionnaire.item.enableWhen [
       fhir:index 0;
       fhir:Questionnaire.item.enableWhen.question [ fhir:value "2" ];
       fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
       fhir:Questionnaire.item.enableWhen.answerBoolean [ fhir:value "true"^^xsd:boolean ]
     ]
  ], [
     fhir:index 3;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://example.org/additional-information" ];
       fhir:Extension.valueAttachment [
         fhir:Attachment.url [ fhir:value "http://www.cdc.gov/zika/geo/index.html" ];
         fhir:Attachment.title [ fhir:value "Areas with active Zika virus transmission/exposure risk" ]

     ] ) ;
     fhir:linkId [ fhir:v "2" ] ;
     fhir:code ( [
       fhir:system [
         fhir:v "http://example.org/questionnaires"^^xsd:anyURI ;
         fhir:l <http://example.org/questionnaires>
       ] ;
       fhir:code [ fhir:v "CDE: Recent Travel to Zika Area" ]
     ] ) ;
     fhir:text [ fhir:v "Have you recently traveled to an area with active Zika transmission?" ] ;
     fhir:type [ fhir:v "boolean" ] ;
     fhir:enableWhen ( [
       fhir:question [ fhir:v "1" ] ;
       fhir:operator [ fhir:v "=" ] ;
       fhir:answer [
         a fhir:Boolean ;
         fhir:v false

       ]
     ];
     fhir:Questionnaire.item.linkId [ fhir:value "4" ];
     fhir:Questionnaire.item.code [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://example.org/questionnaires" ];
       fhir:Coding.code [ fhir:value "CDE: Recent Sexual Encounter with Traveler to Zika Area" ]
     ];
     fhir:Questionnaire.item.text [ fhir:value "Have you recently had condomless sex with a partner that has travelled in an area with active Zika transmission?" ];
     fhir:Questionnaire.item.type [ fhir:value "boolean" ];
     fhir:Questionnaire.item.enableWhen [
       fhir:index 0;
       fhir:Questionnaire.item.enableWhen.question [ fhir:value "2" ];
       fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
       fhir:Questionnaire.item.enableWhen.answerBoolean [ fhir:value "false"^^xsd:boolean ]
     ]
  ], [
     fhir:index 4;
     fhir:Questionnaire.item.linkId [ fhir:value "5" ];
     fhir:Questionnaire.item.code [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://example.org/questionnaires" ];
       fhir:Coding.code [ fhir:value "CDE: Time Since Sexual Encounter" ]
     ];
     fhir:Questionnaire.item.text [ fhir:value "How long has it been since your last condomless sexual encounter?" ];
     fhir:Questionnaire.item.type [ fhir:value "quantity" ];
     fhir:Questionnaire.item.enableWhen [
       fhir:index 0;
       fhir:Questionnaire.item.enableWhen.question [ fhir:value "4" ];
       fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
       fhir:Questionnaire.item.enableWhen.answerBoolean [ fhir:value "true"^^xsd:boolean ]
     ]
  ], [
     fhir:index 5;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://example.org/additional-information" ];
       fhir:Extension.valueAttachment [
         fhir:Attachment.url [ fhir:value "http://www.cdc.gov/zika/geo/index.html" ];
         fhir:Attachment.title [ fhir:value "Areas with active Zika virus transmission/exposure risk" ]

     ] )
  ] [
     fhir:linkId [ fhir:v "3" ] ;
     fhir:code ( [
       fhir:system [
         fhir:v "http://example.org/questionnaires"^^xsd:anyURI ;
         fhir:l <http://example.org/questionnaires>
       ] ;
       fhir:code [ fhir:v "CDE: Time Since Returned From Travel" ]
     ] ) ;
     fhir:text [ fhir:v "How long has it been since you returned?" ] ;
     fhir:type [ fhir:v "quantity" ] ;
     fhir:enableWhen ( [
       fhir:question [ fhir:v "2" ] ;
       fhir:operator [ fhir:v "=" ] ;
       fhir:answer [
         a fhir:Boolean ;
         fhir:v true

       ]
     ];
     fhir:Questionnaire.item.linkId [ fhir:value "6" ];
     fhir:Questionnaire.item.code [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://example.org/questionnaires" ];
       fhir:Coding.code [ fhir:value "CDE: Planned Travel to Zika Area" ]
     ];
     fhir:Questionnaire.item.text [ fhir:value "Do you plan to travel to an area with active Zika transmission?" ];
     fhir:Questionnaire.item.type [ fhir:value "boolean" ];
     fhir:Questionnaire.item.enableWhen [
       fhir:index 0;
       fhir:Questionnaire.item.enableWhen.question [ fhir:value "4" ];
       fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
       fhir:Questionnaire.item.enableWhen.answerBoolean [ fhir:value "false"^^xsd:boolean ]
     ]
  ] .

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

<http://hl7.org/fhir/Questionnaire/zika-virus-exposure-assessment.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/Questionnaire/zika-virus-exposure-assessment.ttl> .

     ] )
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://example.org/additional-information"^^xsd:anyURI ;
         fhir:l <http://example.org/additional-information>
       ] ;
       fhir:value [
         a fhir:Attachment ;
         fhir:url [
           fhir:v "http://www.cdc.gov/zika/geo/index.html"^^xsd:anyURI ;
           fhir:l <http://www.cdc.gov/zika/geo/index.html>
         ] ;
         fhir:title [ fhir:v "Areas with active Zika virus transmission/exposure risk" ]
       ]
     ] ) ;
     fhir:linkId [ fhir:v "4" ] ;
     fhir:code ( [
       fhir:system [
         fhir:v "http://example.org/questionnaires"^^xsd:anyURI ;
         fhir:l <http://example.org/questionnaires>
       ] ;
       fhir:code [ fhir:v "CDE: Recent Sexual Encounter with Traveler to Zika Area" ]
     ] ) ;
     fhir:text [ fhir:v "Have you recently had condomless sex with a partner that has travelled in an area with active Zika transmission?" ] ;
     fhir:type [ fhir:v "boolean" ] ;
     fhir:enableWhen ( [
       fhir:question [ fhir:v "2" ] ;
       fhir:operator [ fhir:v "=" ] ;
       fhir:answer [
         a fhir:Boolean ;
         fhir:v false
       ]
     ] )
  ] [
     fhir:linkId [ fhir:v "5" ] ;
     fhir:code ( [
       fhir:system [
         fhir:v "http://example.org/questionnaires"^^xsd:anyURI ;
         fhir:l <http://example.org/questionnaires>
       ] ;
       fhir:code [ fhir:v "CDE: Time Since Sexual Encounter" ]
     ] ) ;
     fhir:text [ fhir:v "How long has it been since your last condomless sexual encounter?" ] ;
     fhir:type [ fhir:v "quantity" ] ;
     fhir:enableWhen ( [
       fhir:question [ fhir:v "4" ] ;
       fhir:operator [ fhir:v "=" ] ;
       fhir:answer [
         a fhir:Boolean ;
         fhir:v true
       ]
     ] )
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://example.org/additional-information"^^xsd:anyURI ;
         fhir:l <http://example.org/additional-information>
       ] ;
       fhir:value [
         a fhir:Attachment ;
         fhir:url [
           fhir:v "http://www.cdc.gov/zika/geo/index.html"^^xsd:anyURI ;
           fhir:l <http://www.cdc.gov/zika/geo/index.html>
         ] ;
         fhir:title [ fhir:v "Areas with active Zika virus transmission/exposure risk" ]
       ]
     ] ) ;
     fhir:linkId [ fhir:v "6" ] ;
     fhir:code ( [
       fhir:system [
         fhir:v "http://example.org/questionnaires"^^xsd:anyURI ;
         fhir:l <http://example.org/questionnaires>
       ] ;
       fhir:code [ fhir:v "CDE: Planned Travel to Zika Area" ]
     ] ) ;
     fhir:text [ fhir:v "Do you plan to travel to an area with active Zika transmission?" ] ;
     fhir:type [ fhir:v "boolean" ] ;
     fhir:enableWhen ( [
       fhir:question [ fhir:v "4" ] ;
       fhir:operator [ fhir:v "=" ] ;
       fhir:answer [
         a fhir:Boolean ;
         fhir:v false
       ]
     ] )
  ] ) . # 


# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.