This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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 Turtle (+ also see Turtle/RDF Format Specification)
Example showing how to define Section Level Profiles
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:StructureDefinition; fhir:Resource.id [ fhir:value "example-section-library"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:StructureDefinition.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/example-section-library"]; fhir:StructureDefinition.name [ fhir:value "DocumentSectionLibrary"]; fhir:StructureDefinition.title [ fhir:value "Document Section Library (For testing section templates)"]; fhir:StructureDefinition.status [ fhir:value "active"]; fhir:StructureDefinition.experimental [ fhir:value "false"]; fhir:StructureDefinition.date [ fhir:value "2018-11-05T17:57:00+11:00"]; fhir:StructureDefinition.kind [ fhir:value "resource"]; fhir:StructureDefinition.abstract [ fhir:value "true"]; fhir:StructureDefinition.type [ fhir:value "Composition"]; fhir:StructureDefinition.baseDefinition [ fhir:value "http://hl7.org/fhir/StructureDefinition/Composition"]; fhir:StructureDefinition.derivation [ fhir:value "constraint"]; fhir:StructureDefinition.differential [ fhir:StructureDefinition.element [ fhir:index 0; fhir:Element.id [ fhir:value "Composition" ]; fhir:ElementDefinition.path [ fhir:value "Composition" ] ], [ fhir:index 1; fhir:Element.id [ fhir:value "Composition.section" ]; fhir:ElementDefinition.path [ fhir:value "Composition.section" ]; fhir:ElementDefinition.slicing [ fhir:ElementDefinition.discriminator [ fhir:index 0; fhir:ElementDefinition.type [ fhir:value "pattern" ]; fhir:ElementDefinition.path [ fhir:value "code" ] ]; fhir:ElementDefinition.description [ fhir:value "Slice by .section.code when using this library of sections" ]; fhir:ElementDefinition.ordered [ fhir:value "true" ]; fhir:ElementDefinition.rules [ fhir:value "closed" ] ] ], [ fhir:index 2; fhir:Element.id [ fhir:value "Composition.section:procedure" ]; fhir:ElementDefinition.path [ fhir:value "Composition.section" ]; fhir:ElementDefinition.sliceName [ fhir:value "procedure" ] ], [ fhir:index 3; fhir:Element.id [ fhir:value "Composition.section:procedure.title" ]; fhir:ElementDefinition.path [ fhir:value "Composition.section.title" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.fixed [ fhir:value "Procedures Performed" ] ], [ fhir:index 4; fhir:Element.id [ fhir:value "Composition.section:procedure.code" ]; fhir:ElementDefinition.path [ fhir:value "Composition.section.code" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.pattern [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "29554-3" ]; fhir:Coding.display [ fhir:value "Procedure Narrative" ] ] ] ], [ fhir:index 5; fhir:Element.id [ fhir:value "Composition.section:medications" ]; fhir:ElementDefinition.path [ fhir:value "Composition.section" ]; fhir:ElementDefinition.sliceName [ fhir:value "medications" ] ], [ fhir:index 6; fhir:Element.id [ fhir:value "Composition.section:medications.title" ]; fhir:ElementDefinition.path [ fhir:value "Composition.section.title" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.fixed [ fhir:value "Medications Administered" ] ], [ fhir:index 7; fhir:Element.id [ fhir:value "Composition.section:medications.code" ]; fhir:ElementDefinition.path [ fhir:value "Composition.section.code" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.pattern [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "29549-3" ]; fhir:Coding.display [ fhir:value "Medication administered Narrative" ] ] ] ], [ fhir:index 8; fhir:Element.id [ fhir:value "Composition.section:plan" ]; fhir:ElementDefinition.path [ fhir:value "Composition.section" ]; fhir:ElementDefinition.sliceName [ fhir:value "plan" ] ], [ fhir:index 9; fhir:Element.id [ fhir:value "Composition.section:plan.title" ]; fhir:ElementDefinition.path [ fhir:value "Composition.section.title" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.fixed [ fhir:value "Discharge Treatment Plan" ] ], [ fhir:index 10; fhir:Element.id [ fhir:value "Composition.section:plan.code" ]; fhir:ElementDefinition.path [ fhir:value "Composition.section.code" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.pattern [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "18776-5" ]; fhir:Coding.display [ fhir:value "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.