This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
(v4.3.0:
R4B
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
).
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
R4B
R4
| FHIR Infrastructure Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : Not linked to any defined compartments |
Raw XML ( canonical form + also see XML Format Specification )
Example showing how to define Section Level Profiles (id = "example-section-library")
<?xml version="1.0" encoding="UTF-8"?><StructureDefinition xmlns="http://hl7.org/fhir"> <id value="example-section-library"/><text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> <b> Generated Narrative</b> </p> <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"> <p style="margin-bottom: 0px">Resource "example-section-library" </p> </div> <p> <b> url</b> : <code> http://hl7.org/fhir/StructureDefinition/example-section-library</code> </p> <p> <b> name</b> : DocumentSectionLibrary </p> <p> <b> title</b> : Document Section Library (For testing section templates) </p> <p> <b> status</b> : active </p> <p> <b> experimental</b> : false </p> <p> <b> date</b> : 2018-11-05T17:57:00+11:00 </p> <p> <b> kind</b> : resource </p> <p> <b> abstract</b> : true </p> <p> <b> type</b> : <a href="composition.html">Composition</a> </p> <p> <b> baseDefinition</b> : <a href="composition.html">Composition</a> </p> <p> <b> derivation</b> : constraint </p> <blockquote> <p> <b> differential</b> </p> </blockquote> </div> </text> <url value="http://hl7.org/fhir/StructureDefinition/example-section-library"/> <name value="DocumentSectionLibrary"/> <title value="Document Section Library (For testing section templates)"/> <status value="active"/> <experimental value="false"/> <date value="2018-11-05T17:57:00+11:00"/><kind value="resource"/> <abstract value="true"/> <type value="Composition"/> <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Composition"/> <derivation value="constraint"/> <differential> <element id="Composition"><path value="Composition"/> </element> <element id="Composition.section"><!-- set up slicing on Composition.section - by the code. Actually, this slicing is never used anywhere since this profile is abstract --><path value="Composition.section"/><slicing> <discriminator> <type value="pattern"/> <path value="code"/> </discriminator> <description value="Slice by .section.code when using this library of sections"/> <ordered value="true"/> <rules value="closed"/></slicing> </element><element id="Composition.section:procedure"> <path value="Composition.section"/> <sliceName value="procedure"/> </element> <element id="Composition.section:procedure.title"> <path value="Composition.section.title"/> <min value="1"/> <fixedString value="Procedures Performed"/> </element> <element id="Composition.section:procedure.code"> <path value="Composition.section.code"/> <min value="1"/> <patternCodeableConcept> <coding> <system value="http://loinc.org"/> <code value="29554-3"/> <display value="Procedure Narrative"/> </coding> </patternCodeableConcept> </element><element id="Composition.section:medications"> <path value="Composition.section"/> <sliceName value="medications"/> </element> <element id="Composition.section:medications.title"> <path value="Composition.section.title"/> <min value="1"/> <fixedString value="Medications Administered"/> </element> <element id="Composition.section:medications.code"> <path value="Composition.section.code"/> <min value="1"/> <patternCodeableConcept> <coding> <system value="http://loinc.org"/> <code value="29549-3"/> <display value="Medication administered Narrative"/> </coding> </patternCodeableConcept> </element><element id="Composition.section:plan"> <path value="Composition.section"/> <sliceName value="plan"/> </element> <element id="Composition.section:plan.title"> <path value="Composition.section.title"/> <min value="1"/> <fixedString value="Discharge Treatment Plan"/> </element> <element id="Composition.section:plan.code"> <path value="Composition.section.code"/> <min value="1"/> <patternCodeableConcept> <coding> <system value="http://loinc.org"/> <code value="18776-5"/> <display value="Plan of treatment (narrative)"/> </coding> </patternCodeableConcept> </element></differential> </ StructureDefinition >
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.