Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4

Structuredefinition-example-composition.ttl

Example StructureDefinition/example-composition (Turtle)

Maturity Level : N/A
Responsible Owner: FHIR Infrastructure Work Group Standards Status : Informative Compartments : Not linked to any No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification )

Example showing how to use Section Level Profiles

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

@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-composition> a fhir:StructureDefinition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-composition"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-composition</p><p><b>url</b>: <b>http://hl7.org/fhir/StructureDefinition/example-composition</b></p><p><b>name</b>: DocumentStructure</p><p><b>title</b>: Document Structure (For testing section templates)</p><p><b>status</b>: active</p><p><b>experimental</b>: false</p><p><b>date</b>: 05/11/2018 5:47:00 PM</p><p><b>kind</b>: complex-type</p><p><b>abstract</b>: false</p><p><b>type</b>: <a>Composition</a></p><p><b>baseDefinition</b>: <a>http://hl7.org/fhir/StructureDefinition/Composition</a></p><p><b>derivation</b>: constraint</p><h3>Differentials</h3><table><tr><td>-</td><td><b>Element</b></td></tr><tr><td>*</td><td>todo-bundle</td></tr></table></div>"
  ];
  fhir:StructureDefinition.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/example-composition"];
  fhir:StructureDefinition.name [ fhir:value "DocumentStructure"];
  fhir:StructureDefinition.title [ fhir:value "Document Structure (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:47:00+11:00"^^xsd:dateTime];
  fhir:StructureDefinition.kind [ fhir:value "complex-type"];
  fhir:StructureDefinition.abstract [ fhir:value "false"^^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" ];
         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:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "BackboneElement" ];
         fhir:ElementDefinition.type.profile [
           fhir:value "http://hl7.org/fhir/StructureDefinition/document-section-library";
           fhir:index 0;
           fhir:link <http://hl7.org/fhir/StructureDefinition/document-section-library>;
           fhir:Element.extension [
             fhir:index 0;
             fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element" ];
             fhir:Extension.valueString [ fhir:value "Composition.section:procedure" ]
           ]
         ]
       ]
     ], [
       fhir:index 3;
       fhir:Element.id [ fhir:value "Composition.section:medications" ];
       fhir:ElementDefinition.path [ fhir:value "Composition.section" ];
       fhir:ElementDefinition.sliceName [ fhir:value "medications" ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "BackboneElement" ];
         fhir:ElementDefinition.type.profile [
           fhir:value "http://hl7.org/fhir/StructureDefinition/document-section-library";
           fhir:index 0;
           fhir:link <http://hl7.org/fhir/StructureDefinition/document-section-library>;
           fhir:Element.extension [
             fhir:index 0;
             fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element" ];
             fhir:Extension.valueString [ fhir:value "Composition.section:medications" ]
           ]
         ]
       ]
     ], [
       fhir:index 4;
       fhir:Element.id [ fhir:value "Composition.section:plan" ];
       fhir:ElementDefinition.path [ fhir:value "Composition.section" ];
       fhir:ElementDefinition.sliceName [ fhir:value "plan" ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "BackboneElement" ];
         fhir:ElementDefinition.type.profile [
           fhir:value "http://hl7.org/fhir/StructureDefinition/document-section-library";
           fhir:index 0;
           fhir:link <http://hl7.org/fhir/StructureDefinition/document-section-library>;
           fhir:Element.extension [
             fhir:index 0;
             fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element" ];
             fhir:Extension.valueString [ fhir:value "Composition.section:plan" ]
           ]
         ]
       ]

<http://hl7.org/fhir/StructureDefinition/example-composition> a fhir:StructureDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-composition"] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "fhir"

     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/StructureDefinition/example-composition.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/StructureDefinition/example-composition.ttl> .

  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/StructureDefinition/example-composition"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/StructureDefinition/example-composition>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.5.1040" ]
  ] ) ; # 
  fhir:name [ fhir:v "DocumentStructure"] ; # 
  fhir:title [ fhir:v "Document Structure (For testing section templates)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2018-11-05T17:47:00+11:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Document Structure (For testing section templates)"] ; # 
  fhir:kind [ fhir:v "resource"] ; # 
  fhir:abstract [ fhir:v false] ; # 
  fhir:type [
     fhir:v "Composition"^^xsd:anyURI ;
     fhir:l fhir:Composition
  ] ; # 
  fhir:baseDefinition [
     fhir:v "http://hl7.org/fhir/StructureDefinition/Composition"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/StructureDefinition/Composition>
  ] ; # 
  fhir:derivation [ fhir:v "constraint"] ; # 
  fhir:differential [
     fhir:element ( [
       fhir:id [ fhir:v "Composition" ] ;
       fhir:path [ fhir:v "Composition" ]
     ] [
       fhir:id [ fhir:v "Composition.section" ] ;
       fhir:path [ fhir:v "Composition.section" ] ;
       fhir:slicing [
         fhir:discriminator ( [
           fhir:type [ fhir:v "pattern" ] ;
           fhir:path [ fhir:v "code" ]
         ] ) ;
         fhir:description [ fhir:v "Slice by .section.code" ] ;
         fhir:ordered [ fhir:v true ] ;
         fhir:rules [ fhir:v "closed" ]
       ]
     ] [
       fhir:id [ fhir:v "Composition.section:procedure" ] ;
       fhir:path [ fhir:v "Composition.section" ] ;
       fhir:sliceName [ fhir:v "procedure" ] ;
       fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "BackboneElement"^^xsd:anyURI ;
           fhir:l fhir:BackboneElement
         ] ;
         fhir:profile ( [
           fhir:v "http://hl7.org/fhir/StructureDefinition/example-section-library"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/example-section-library> ;
           fhir:extension ( [
             fhir:url [
               fhir:v "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element"^^xsd:anyURI ;
               fhir:l <http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element>
             ] ;
             fhir:value [
               a fhir:String ;
               fhir:v "Composition.section:procedure"
             ]
           ] )
         ] )
       ] )
     ] [
       fhir:id [ fhir:v "Composition.section:medications" ] ;
       fhir:path [ fhir:v "Composition.section" ] ;
       fhir:sliceName [ fhir:v "medications" ] ;
       fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "BackboneElement"^^xsd:anyURI ;
           fhir:l fhir:BackboneElement
         ] ;
         fhir:profile ( [
           fhir:v "http://hl7.org/fhir/StructureDefinition/example-section-library"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/example-section-library> ;
           fhir:extension ( [
             fhir:url [
               fhir:v "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element"^^xsd:anyURI ;
               fhir:l <http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element>
             ] ;
             fhir:value [
               a fhir:String ;
               fhir:v "Composition.section:medications"
             ]
           ] )
         ] )
       ] )
     ] [
       fhir:id [ fhir:v "Composition.section:plan" ] ;
       fhir:path [ fhir:v "Composition.section" ] ;
       fhir:sliceName [ fhir:v "plan" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "BackboneElement"^^xsd:anyURI ;
           fhir:l fhir:BackboneElement
         ] ;
         fhir:profile ( [
           fhir:v "http://hl7.org/fhir/StructureDefinition/example-section-library"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/example-section-library> ;
           fhir:extension ( [
             fhir:url [
               fhir:v "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element"^^xsd:anyURI ;
               fhir:l <http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element>
             ] ;
             fhir:value [
               a fhir:String ;
               fhir:v "Composition.section:plan"
             ]
           ] )
         ] )
       ] )
     ] )
  ] . # 


# -------------------------------------------------------------------------------------


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.