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 administering a Zika Virus Exposure assessment
@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 "administer-zika-virus-exposure-assessment"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:ActivityDefinition.url [ fhir:value "http://example.org/ActivityDefinition/administer-zika-virus-exposure-assessment"]; fhir:ActivityDefinition.status [ fhir:value "draft"]; fhir:ActivityDefinition.experimental [ fhir:value "true"]; fhir:ActivityDefinition.description [ fhir:value "Administer Zika Virus Exposure Assessment"]; fhir:ActivityDefinition.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 "age" ] ]; fhir:UsageContext.value [ fhir:Range.low [ fhir:Quantity.value [ fhir:value "12" ]; fhir:Quantity.unit [ fhir:value "a" ] ] ] ]; fhir:ActivityDefinition.relatedArtifact [ fhir:index 0; fhir:RelatedArtifact.type [ fhir:value "derived-from" ]; fhir:RelatedArtifact.url [ fhir:value "https://www.cdc.gov/zika/hc-providers/pregnant-woman.html" ]; fhir:RelatedArtifact.document [ fhir:Attachment.url [ fhir:value "https://www.cdc.gov/zika/hc-providers/pregnant-woman.html" ] ] ], [ fhir:index 1; fhir:RelatedArtifact.type [ fhir:value "depends-on" ]; fhir:RelatedArtifact.resource [ fhir:value "http://hl7.org/fhir/Questionnaire/zika-virus-exposure-assessment" ] ]; fhir:ActivityDefinition.library [ fhir:value "http://example.org/fhir/Library/zika-virus-intervention-logic"; fhir:index 0 ]; fhir:ActivityDefinition.kind [ fhir:value "ServiceRequest"]; fhir:ActivityDefinition.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://example.org/questionnaires" ]; fhir:Coding.code [ fhir:value "zika-virus-exposure-assessment" ] ] ]; 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.