This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for providing mosquito prevention advice
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:ActivityDefinition; fhir:Resource.id [ fhir:value "provide-mosquito-prevention-advice"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:ActivityDefinition.url [ fhir:value "http://example.org/ActivityDefinition/provide-mosquito-prevention-advice"]; fhir:ActivityDefinition.status [ fhir:value "draft"]; fhir:ActivityDefinition.experimental [ fhir:value "true"]; fhir:ActivityDefinition.description [ fhir:value "Provide mosquito prevention advice"]; fhir:ActivityDefinition.relatedArtifact [ fhir:index 0; fhir:RelatedArtifact.type [ fhir:value "documentation" ]; fhir:RelatedArtifact.display [ fhir:value "Advice for patients about how to avoid Mosquito bites." ]; fhir:RelatedArtifact.url [ fhir:value "http://www.cdc.gov/zika/prevention/index.html" ]; fhir:RelatedArtifact.document [ fhir:Attachment.url [ fhir:value "http://www.cdc.gov/zika/prevention/index.html" ] ] ], [ fhir:index 1; fhir:RelatedArtifact.type [ fhir:value "documentation" ]; fhir:RelatedArtifact.display [ fhir:value "Advice for patients about which mosquito repellents are effective and safe to use in pregnancy. [DEET, IF3535 and Picardin are safe during]" ]; fhir:RelatedArtifact.url [ fhir:value "https://www.epa.gov/insect-repellents/find-insect-repellent-right-you" ]; fhir:RelatedArtifact.document [ fhir:Attachment.url [ fhir:value "https://www.epa.gov/insect-repellents/find-insect-repellent-right-you" ] ] ]; fhir:ActivityDefinition.library [ fhir:value "http://example.org/fhir/Library/zika-virus-intervention-logic"; fhir:index 0 ]; fhir:ActivityDefinition.kind [ fhir:value "CommunicationRequest"]; fhir:ActivityDefinition.code [ fhir:CodeableConcept.text [ fhir:value "Provide Mosquito Prevention Advice" ] ]; fhir:ActivityDefinition.timing [ fhir:Timing.event [ fhir:value ""; fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/cqf-expression" ]; fhir:Extension.value [ fhir:Expression.language [ fhir:value "text/cql" ]; fhir:Expression.expression [ fhir:value "Now()" ] ] ] ] ]; fhir:ActivityDefinition.participant [ fhir:index 0; fhir:ActivityDefinition.type [ fhir:value "practitioner" ] ] . # -------------------------------------------------------------------------------------
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.