This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
Plandefinition-options-example.json
Example
ValueSet/surface
(XML)
Raw
JSON
XML
(
canonical
form
+
also
see
JSON
XML
Format
Specification
)
Plan
Definition
Illustrating
Related
Actions
for
Value
SetSurface
Codes
{
"resourceType": "PlanDefinition",
"id": "options-example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">[Put rendering here]</div>"
},
"contained": [
{
"resourceType": "ActivityDefinition",
"id": "activitydefinition-medicationrequest-1",
"status": "draft",
"kind": "MedicationRequest",
"productCodeableConcept": {
"text": "Medication 1"
}
},
{
"resourceType": "ActivityDefinition",
"id": "activitydefinition-medicationrequest-2",
"status": "draft",
"kind": "MedicationRequest",
"productCodeableConcept": {
"text": "Medication 2"
}
}
],
"title": "This example illustrates relationships between actions.",
"status": "draft",
"action": [
{
"groupingBehavior": "logical-group",
"selectionBehavior": "all",
"action": [
{
"id": "medication-action-1",
"title": "Administer Medication 1",
"definitionCanonical": "#activitydefinition-medicationrequest-1"
},
{
"id": "medication-action-2",
"title": "Administer Medication 2",
"relatedAction": [
{
"actionId": "medication-action-1",
"relationship": "after-end",
"offsetDuration": {
"value": 1,
"unit": "h"
}
}
],
"definitionCanonical": "#activitydefinition-medicationrequest-2"
}
]
}
]
}
<?xml version="1.0" encoding="UTF-8"?>
<ValueSet xmlns="http://hl7.org/fhir"> <id value="surface"/> <meta> <lastUpdated value="2025-12-17T09:50:17.012+00:00"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p class="res-header-id"> <b> Generated Narrative: ValueSet surface</b> </p> <a name="surface"> </a> <a name="hcsurface"> </a> <ul> <li> Include all codes defined in <a href="http://terminology.hl7.org/7.0.1/CodeSystem-FDI-surface.html"> <code> http://terminology.hl7.org/CodeSystem/FDI-surface</code> </a> <span title="Version is not explicitly stated, which means it is fixed to 1.0.0, the version
found through the package references"> version 📦1.0.0</span>
</li> </ul> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> <valueCode value="fm"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> <valueCode value="informative"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> <valueInteger value="1"/> </extension> <url value="http://hl7.org/fhir/ValueSet/surface"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.3.546"/> </identifier> <identifier> <use value="old"/> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.3.538"/> </identifier> <identifier> <use value="old"/> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.2.316"/> </identifier> <version value="6.0.0-ballot3"/> <name value="SurfaceCodes"/> <title value="Surface Codes"/> <status value="active"/> <experimental value="false"/> <publisher value="Financial Management"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This value set includes a smattering of FDI tooth surface codes."/> <jurisdiction> <coding> <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> <code value="001"/> <display value="World"/> </coding> </jurisdiction> <copyright value="This is an example set."/> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/FDI-surface"/> </include> </compose>
</
ValueSet
>
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.