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 Turtle (+ also see Turtle/RDF Format Specification)
Example showing how to define Section Level Profiles
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <http://loinc.org/rdf#> . @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/StructureDefinition/example-section-library> a fhir:StructureDefinition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example-section-library"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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>" ]; 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"^^xsd:boolean]; fhir:StructureDefinition.date [ fhir:value "2018-11-05T17:57:00+11:00"^^xsd:dateTime]; fhir:StructureDefinition.kind [ fhir:value "complex-type"]; fhir:StructureDefinition.abstract [ fhir:value "true"^^xsd:boolean]; fhir:StructureDefinition.type [ fhir:value "Composition"]; fhir:StructureDefinition.baseDefinition [ fhir:value "http://hl7.org/fhir/StructureDefinition/Composition"; fhir:link <http://hl7.org/fhir/StructureDefinition/Composition> ]; fhir:StructureDefinition.derivation [ fhir:value "constraint"]; fhir:StructureDefinition.differential [ fhir:StructureDefinition.differential.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.slicing.discriminator [ fhir:index 0; fhir:ElementDefinition.slicing.discriminator.type [ fhir:value "pattern" ]; fhir:ElementDefinition.slicing.discriminator.path [ fhir:value "code" ] ]; fhir:ElementDefinition.slicing.description [ fhir:value "Slice by .section.code when using this library of sections" ]; fhir:ElementDefinition.slicing.ordered [ fhir:value "true"^^xsd:boolean ]; fhir:ElementDefinition.slicing.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"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.fixedString [ 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"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.patternCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:29554-3; 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"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.fixedString [ 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"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.patternCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:29549-3; 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"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.fixedString [ 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"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.patternCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:18776-5; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "18776-5" ]; fhir:Coding.display [ fhir:value "Plan of treatment (narrative)" ] ] ] ] ] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/StructureDefinition/example-section-library.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/StructureDefinition/example-section-library.ttl> . # -------------------------------------------------------------------------------------
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.