Snapshot 3: Connectathon 32 Base

This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.

Example StructureDefinition/example-section-library (Turtle)

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: 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 -------------------------------------------------------------------

[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: StructureDefinition</b><a name=\"example-section-library\"> </a></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 StructureDefinition &quot;example-section-library&quot; </p></div><p><b>url</b>: <code>http://hl7.org/fhir/StructureDefinition/example-section-library</code></p><p><b>identifier</b>: id: urn:oid:2.16.840.1.113883.4.642.5.1041</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><p><b>element</b></p><p><b>path</b>: Composition</p></blockquote><blockquote><p><b>element</b></p><p><b>path</b>: Composition.section</p></blockquote><blockquote><p><b>element</b></p><p><b>path</b>: Composition.section</p><p><b>sliceName</b>: procedure</p></blockquote><blockquote><p><b>element</b></p><p><b>path</b>: Composition.section.title</p><p><b>min</b>: 1</p><p><b>fixed</b>: Procedures Performed</p></blockquote><blockquote><p><b>element</b></p><p><b>path</b>: Composition.section.code</p><p><b>min</b>: 1</p><p><b>pattern</b>: Procedure Narrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#29554-3)</span></p></blockquote><blockquote><p><b>element</b></p><p><b>path</b>: Composition.section</p><p><b>sliceName</b>: medications</p></blockquote><blockquote><p><b>element</b></p><p><b>path</b>: Composition.section.title</p><p><b>min</b>: 1</p><p><b>fixed</b>: Medications Administered</p></blockquote><blockquote><p><b>element</b></p><p><b>path</b>: Composition.section.code</p><p><b>min</b>: 1</p><p><b>pattern</b>: Medication administered Narrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#29549-3)</span></p></blockquote><blockquote><p><b>element</b></p><p><b>path</b>: Composition.section</p><p><b>sliceName</b>: plan</p></blockquote><blockquote><p><b>element</b></p><p><b>path</b>: Composition.section.title</p><p><b>min</b>: 1</p><p><b>fixed</b>: Discharge Treatment Plan</p></blockquote><blockquote><p><b>element</b></p><p><b>path</b>: Composition.section.code</p><p><b>min</b>: 1</p><p><b>pattern</b>: Plan of treatment (narrative) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#18776-5)</span></p></blockquote></blockquote></div>"
  ]; # 
  fhir:StructureDefinition.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/example-section-library"]; # 
  fhir:StructureDefinition.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.5.1041" ]
  ]; # 
  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 "resource"]; # 
  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 ------------------------------------------------------------

[a owl:Ontology;
  owl:imports fhir:fhir.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.