This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). 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
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
Example showing how to define Section Level Profiles
{ "resourceType": "StructureDefinition", "id": "example-section-library", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>url</b>: <a>http://hl7.org/fhir/StructureDefinition/example-section-library</a></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>: 5 Nov. 2018, 5:57:00 pm</p><p><b>kind</b>: complex-type</p><p><b>abstract</b>: true</p><p><b>type</b>: <code>Composition</code></p><p><b>baseDefinition</b>: <a>http://hl7.org/fhir/StructureDefinition/Composition</a></p><p><b>derivation</b>: constraint</p><blockquote><p><b>differential</b></p><h3>Elements</h3><table><tr><td>-</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr></table></blockquote></div>" }, "url": "http://hl7.org/fhir/StructureDefinition/example-section-library", "name": "DocumentSectionLibrary", "title": "Document Section Library (For testing section templates)", "status": "active", "experimental": false, "date": "2018-11-05T17:57:00+11:00", "kind": "complex-type", "abstract": true, "type": "Composition", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition", "derivation": "constraint", "differential": { "element": [ { "id": "Composition", "path": "Composition" }, { "id": "Composition.section", "path": "Composition.section", "slicing": { "discriminator": [ { "type": "pattern", "path": "code" } ], "description": "Slice by .section.code when using this library of sections", "ordered": true, "rules": "closed" } }, { "id": "Composition.section:procedure", "path": "Composition.section", "sliceName": "procedure" }, { "id": "Composition.section:procedure.title", "path": "Composition.section.title", "min": 1, "fixedString": "Procedures Performed" }, { "id": "Composition.section:procedure.code", "path": "Composition.section.code", "min": 1, "patternCodeableConcept": { "coding": [ { "system": "http://loinc.org", "code": "29554-3", "display": "Procedure Narrative" } ] } }, { "id": "Composition.section:medications", "path": "Composition.section", "sliceName": "medications" }, { "id": "Composition.section:medications.title", "path": "Composition.section.title", "min": 1, "fixedString": "Medications Administered" }, { "id": "Composition.section:medications.code", "path": "Composition.section.code", "min": 1, "patternCodeableConcept": { "coding": [ { "system": "http://loinc.org", "code": "29549-3", "display": "Medication administered Narrative" } ] } }, { "id": "Composition.section:plan", "path": "Composition.section", "sliceName": "plan" }, { "id": "Composition.section:plan.title", "path": "Composition.section.title", "min": 1, "fixedString": "Discharge Treatment Plan" }, { "id": "Composition.section:plan.code", "path": "Composition.section.code", "min": 1, "patternCodeableConcept": { "coding": [ { "system": "http://loinc.org", "code": "18776-5", "display": "Plan of treatment (narrative)" } ] } } ] } }
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.