Prescription Search Support, published by HL7 Belgium. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/pss/ and changes regularly. See the Directory of published versions
: careplan-antimicrobial-step2 - TTL Representation
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:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "careplan-antimicrobial-step2"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan careplan-antimicrobial-step2</b></p><a name=\"careplan-antimicrobial-step2\"> </a><a name=\"hccareplan-antimicrobial-step2\"> </a><a name=\"careplan-antimicrobial-step2-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"#hccareplan-antimicrobial-step2/688d174c-d04c-430f-9d29-bc8a601e0a5c\">Anonymous Patient Female, DoB: 1987-10-09</a></p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"#hccareplan-antimicrobial-step2/antimicrobial-questionnaire-task\">Task: status = requested; intent = order</a></td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Task #antimicrobial-questionnaire-task</b></p><a name=\"careplan-antimicrobial-step2/antimicrobial-questionnaire-task\"> </a><a name=\"hccareplan-antimicrobial-step2/antimicrobial-questionnaire-task\"> </a><a name=\"careplan-antimicrobial-step2/antimicrobial-questionnaire-task-en-US\"> </a><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>focus</b>: <a href=\"Bundle-antimicrobial-step3.html#Questionnaire_requireddataforantimicro-response\">Bundle: type = collection</a></p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #688d174c-d04c-430f-9d29-bc8a601e0a5c</b></p><a name=\"careplan-antimicrobial-step2/688d174c-d04c-430f-9d29-bc8a601e0a5c\"> </a><a name=\"hccareplan-antimicrobial-step2/688d174c-d04c-430f-9d29-bc8a601e0a5c\"> </a><a name=\"careplan-antimicrobial-step2/688d174c-d04c-430f-9d29-bc8a601e0a5c-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Female, DoB: 1987-10-09</p><hr/></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Task ;
fhir:id [ fhir:v "antimicrobial-questionnaire-task" ] ;
fhir:status [ fhir:v "requested" ] ;
fhir:intent [ fhir:v "order" ] ;
fhir:focus [
fhir:reference [ fhir:v "Questionnaire/requireddataforantimicro-response" ] ]
] [
a fhir:Patient ;
fhir:id [ fhir:v "688d174c-d04c-430f-9d29-bc8a601e0a5c" ] ;
fhir:gender [ fhir:v "female" ] ;
fhir:birthDate [ fhir:v "1987-10-09"^^xsd:date ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:subject [
fhir:reference [ fhir:v "#688d174c-d04c-430f-9d29-bc8a601e0a5c" ]
] ; #
fhir:activity ( [
fhir:reference [
fhir:reference [ fhir:v "#antimicrobial-questionnaire-task" ] ]
] ) . #