This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
Example ActivityDefinition/administer-zika-virus-exposure-assessment (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for administering a Zika Virus Exposure assessment
@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:ActivityDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "administer-zika-virus-exposure-assessment"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Id: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-left: 25px; padding-right: 25px;\">ActivityDefinition/administer-zika-virus-exposure-assessment</td>\n </tr>\n </table>\n <p/>\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Status: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-left: 25px; padding-right: 25px;\">draft</td>\n </tr>\n </table>\n <p/>\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Description: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-left: 25px; padding-right: 25px;\">Administer Zika Virus Exposure Assessment</td>\n </tr>\n </table>\n <p/>\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Category: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-left: 25px; padding-right: 25px;\">procedure</td>\n </tr>\n </table>\n <p/>\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Code: </b>\n </td>\n </tr>\n <tr>\n <td style=\"padding-right: 25px;\">\n <span>\n <span>\n <span style=\"padding-left: 25px;\">\n <b>system: </b>\n <span>http://example.org/questionnaires</span>\n <br/>\n </span>\n <span style=\"padding-left: 25px;\">\n <b>code: </b>\n <span>zika-virus-exposure-assessment</span>\n <br/>\n </span>\n </span>\n </span>\n </td>\n </tr>\n </table>\n <p/>\n <table class=\"grid dict\">\n <tr>\n <td>\n <b>Participant: </b>\n </td>\n </tr>\n <tr style=\"vertical-align: top;\">\n <td style=\"padding-left: 25px; padding-right: 25px;\">practitioner</td>\n </tr>\n </table>\n </div>"
] ; #
fhir:url [ fhir:v "http://example.org/ActivityDefinition/administer-zika-virus-exposure-assessment"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.19.4" ]
] ) ; #
fhir:status [ fhir:v "draft"] ; #
fhir:description [ fhir:v "Administer Zika Virus Exposure Assessment"] ; #
fhir:useContext ( [
fhir:code [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "age" ]
] ;
fhir:value [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "12"^^xsd:decimal ] ;
fhir:unit [ fhir:v "a" ]
]
]
] ) ; #
fhir:relatedArtifact ( [
fhir:type [ fhir:v "derived-from" ] ;
fhir:document [
fhir:url [ fhir:v "https://www.cdc.gov/zika/hc-providers/pregnant-woman.html"^^xsd:anyURI ]
]
] [
fhir:type [ fhir:v "depends-on" ] ;
fhir:resource [
fhir:v "http://hl7.org/fhir/Questionnaire/zika-virus-exposure-assessment"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/Questionnaire/zika-virus-exposure-assessment>
]
] ) ; #
fhir:library ( [
fhir:v "http://example.org/fhir/Library/zika-virus-intervention-logic"^^xsd:anyURI ;
fhir:link <http://example.org/fhir/Library/zika-virus-intervention-logic>
] ) ; #
fhir:kind [ fhir:v "ServiceRequest"] ; #
fhir:code [
fhir:coding ( [
fhir:system [ fhir:v "http://example.org/questionnaires"^^xsd:anyURI ] ;
fhir:code [ fhir:v "zika-virus-exposure-assessment" ]
] )
] ; #
fhir:timing [
a fhir:Timing ;
fhir:event ( [
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-expression"^^xsd:anyURI ] ;
fhir:value [
a fhir:Expression ;
fhir:language [ fhir:v "text/cql" ] ;
fhir:expression [ fhir:v "Now()" ]
]
] )
] )
] ; #
fhir:participant ( [
fhir:type [ fhir:v "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.