Example
PlanDefinition/chlamydia-screening-intervention
(XML)
Raw
Turtle
XML
(+
(
canonical
form
+
also
see
Turtle/RDF
XML
Format
Specification
)
Jump
past
Narrative
Wing
within
a
hospital
Chlamydia
Screening
CDS
example
(id
=
"chlamydia-screening-intervention")
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Location/1> a fhir:Location;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "1"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Burgers UMC, South Wing, second floor</div>"
];
fhir:Location.identifier [
fhir:index 0;
fhir:Identifier.value [ fhir:value "B1-S.F2" ]
];
fhir:Location.status [ fhir:value "active"];
fhir:Location.name [ fhir:value "South Wing, second floor"];
fhir:Location.alias [
fhir:value "BU MC, SW, F2";
fhir:index 0
], [
fhir:value "Burgers University Medical Center, South Wing, second floor";
fhir:index 1
];
fhir:Location.description [ fhir:value "Second floor of the Old South Wing, formerly in use by Psychiatry"];
fhir:Location.mode [ fhir:value "instance"];
fhir:Location.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "2328" ];
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "fax" ];
fhir:ContactPoint.value [ fhir:value "2329" ];
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 2;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "second wing admissions" ]
], [
fhir:index 3;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://sampleorg.com/southwing" ];
fhir:ContactPoint.use [ fhir:value "work" ]
];
fhir:Location.address [
fhir:Address.use [ fhir:value "work" ];
fhir:Address.line [
fhir:value "Galapagosweg 91, Building A";
fhir:index 0
];
fhir:Address.city [ fhir:value "Den Burg" ];
fhir:Address.postalCode [ fhir:value "9105 PZ" ];
fhir:Address.country [ fhir:value "NLD" ]
];
fhir:Location.physicalType [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ];
fhir:Coding.code [ fhir:value "wi" ];
fhir:Coding.display [ fhir:value "Wing" ]
]
];
fhir:Location.position [
fhir:Location.position.longitude [ fhir:value "-83.6945691"^^xsd:decimal ];
fhir:Location.position.latitude [ fhir:value "42.25475478"^^xsd:decimal ];
fhir:Location.position.altitude [ fhir:value "0"^^xsd:decimal ]
];
fhir:Location.managingOrganization [
fhir:link <http://hl7.org/fhir/Organization/f001>;
fhir:Reference.reference [ fhir:value "Organization/f001" ]
];
fhir:Location.endpoint [
fhir:index 0;
fhir:link <http://hl7.org/fhir/Endpoint/example>;
fhir:Reference.reference [ fhir:value "Endpoint/example" ]
] .
<http://hl7.org/fhir/Organization/f001> a fhir:Organization .
<http://hl7.org/fhir/Endpoint/example> a fhir:Endpoint .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Location/1.ttl> a owl:Ontology;
owl:imports fhir:fhir.ttl;
owl:versionIRI <http://build.fhir.org/Location/1.ttl> .
# -------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<PlanDefinition xmlns="http://hl7.org/fhir"> <id value="chlamydia-screening-intervention"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">
<table class="grid dict">
<tr>
<td>
<b> Id: </b>
</td>
</tr>
<tr>
<td style="padding-left: 25px; padding-right: 25px;">PlanDefinition/chlamydia-screening-intervention</td>
</tr>
</table>
<p/>
<table class="grid dict">
<tr>
<td>
<b> Identifier: </b>
</td>
</tr>
<tr>
<td style="padding-left: 25px; padding-right: 25px;">
<b> value: </b>
<span> ChlamydiaScreening_CDS_UsingCommon</span>
</td>
</tr>
</table>
<p/>
<table class="grid dict">
<tr>
<td>
<b> Title: </b>
</td>
</tr>
<tr>
<td style="padding-left: 25px; padding-right: 25px;">Chlamydia Screening CDS Example Using Common</td>
</tr>
</table>
<p/>
<table class="grid dict">
<tr>
<td>
<b> Status: </b>
</td>
</tr>
<tr>
<td style="padding-left: 25px; padding-right: 25px;">draft</td>
</tr>
</table>
<p/>
<table class="grid dict">
<tr>
<td>
<b> Description: </b>
</td>
</tr>
<tr>
<td style="padding-left: 25px; padding-right: 25px;">Chlamydia Screening CDS Example Using Common</td>
</tr>
</table>
<p/>
<table class="grid dict">
<tr>
<td>
<b> Topic: </b>
</td>
</tr>
<tr>
<td style="padding-left: 25px; padding-right: 25px;">
<span>
<b> text: </b>
<span> Chlamydia Screening</span>
</span>
</td>
</tr>
</table>
<p/>
<table class="grid dict">
<tr>
<td>
<b> Library: </b>
</td>
</tr>
<tr>
<td style="padding-left: 25px; padding-right: 25px;">
<b> reference: </b>
<span> Library/example</span>
</td>
</tr>
</table>
<p/>
<h2> Actions</h2>
<p class="hierarchy" style="width: 100%;">
<span>
<b> Step: </b>
<br/>
<span style="padding-left: 25px;">
<b> title: </b>
<span> Patient has not had chlamydia screening within the recommended timeframe...</span>
<br/>
</span>
<span style="padding-left: 25px;">
<b> condition: </b>
<br/>
<span style="padding-left: 50px;">
<b> type: </b>
<span> applicability</span>
</span>
<br/>
<span style="padding-left: 50px;">
<b> expression: </b>
<span> NoScreening</span>
</span>
</span>
</span>
</p>
</div> </text> <identifier> <use value="official"/> <value value="ChlamydiaScreening_CDS_UsingCommon"/> </identifier> <version value="2.0.0"/> <name value="ChlamydiaScreeningCDSExampleUsingCommon"/> <title value="Chlamydia Screening CDS Example Using Common"/> <status value="draft"/> <date value="2015-07-22"/> <description value="Chlamydia Screening CDS Example Using Common"/> <topic> <text value="Chlamydia Screening"/> </topic> <library value="http://example.org/fhir/Library/example"/> <action> <title value="Patient has not had chlamydia screening within the recommended timeframe..."/> <condition> <kind value="applicability"/> <expression> <language value="text/cql"/> <expression value="NoScreening"/> </expression> </condition> <dynamicValue> <path value="$this"/> <expression> <language value="text/cql"/> <expression value="ChlamydiaScreeningRequest"/> </expression> </dynamicValue> </action>
</
PlanDefinition
>
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.