FHIR Release 3 (STU) CI-Build

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 . For a full list Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions . Page versions: R5 R4B R4 R3

Implementationguide-example.ttl

Example ImplementationGuide/example (Turtle)

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

Raw Turtle , JSON-LD (+ also see Turtle/RDF Format Specification )

Example of implementationguide

@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/ImplementationGuide/example> a fhir:ImplementationGuide;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example"];
  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</p><p><b>url</b>: <a>http://hl7.org/fhir/us/daf</a></p><p><b>version</b>: 0</p><p><b>name</b>: Data Access Framework (DAF)</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>date</b>: 01/01/2015</p><p><b>publisher</b>: ONC / HL7 Joint project</p><p><b>contact</b>: , </p><p><b>description</b>: The Data Access Framework (DAF) Initiative leverages the HL7 FHIR standards to standardize access to Meaningful Use Stage 2 structured information both within the organization and from external organizations</p><p><b>jurisdiction</b>: United States <span>(Details : {urn:iso:std:iso:3166 code 'US' = 'United States)</span></p><p><b>copyright</b>: Published by ONC under the standard FHIR license (CC0)</p><p><b>fhirVersion</b>: 1.0.0</p><h3>Dependencies</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td>reference</td><td><a>http://hl7.org/fhir/ImplementationGuide/uscore</a></td></tr></table><blockquote><p><b>package</b></p><p><b>name</b>: test</p><p><b>description</b>: Base package (not broken up into multiple packages)</p><h3>Resources</h3><table><tr><td>-</td><td><b>Example</b></td><td><b>Name</b></td><td><b>Description</b></td><td><b>Acronym</b></td><td><b>Source[x]</b></td><td><b>ExampleFor</b></td></tr><tr><td>*</td><td>true</td><td>Test Example</td><td>A test example to show how a package works</td><td>daf-tst</td><td><a>test.html</a></td><td><a>StructureDefinition/daf-patient</a></td></tr></table></blockquote><h3>Globals</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Profile</b></td></tr><tr><td>*</td><td>Patient</td><td><a>StructureDefinition/daf-patient</a></td></tr></table><p><b>binary</b>: <a>http://h7.org/fhir/fhir.css</a></p><blockquote><p><b>page</b></p><p><b>source</b>: <a>patient-example.html</a></p><p><b>title</b>: Example Patient Page</p><p><b>kind</b>: page</p><h3>Pages</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></div>"
  ];
  fhir:ImplementationGuide.url [ fhir:value "http://hl7.org/fhir/us/daf"];
  fhir:ImplementationGuide.version [ fhir:value "0"];
  fhir:ImplementationGuide.name [ fhir:value "Data Access Framework (DAF)"];
  fhir:ImplementationGuide.status [ fhir:value "draft"];
  fhir:ImplementationGuide.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:ImplementationGuide.date [ fhir:value "2015-01-01"^^xsd:date];
  fhir:ImplementationGuide.publisher [ fhir:value "ONC / HL7 Joint project"];
  fhir:ImplementationGuide.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "ONC" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.healthit.gov" ]
     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "HL7" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ]
  ];
  fhir:ImplementationGuide.description [ fhir:value "The Data Access Framework (DAF) Initiative leverages the HL7 FHIR standards to standardize access to Meaningful Use Stage 2 structured information both within the organization and from external organizations"];
  fhir:ImplementationGuide.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]

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

     ]
  ];
  fhir:ImplementationGuide.copyright [ fhir:value "Published by ONC under the standard FHIR license (CC0)"];
  fhir:ImplementationGuide.fhirVersion [ fhir:value "1.0.0"];
  fhir:ImplementationGuide.dependency [
     fhir:index 0;
     fhir:ImplementationGuide.dependency.type [ fhir:value "reference" ];
     fhir:ImplementationGuide.dependency.uri [ fhir:value "http://hl7.org/fhir/ImplementationGuide/uscore" ]
  ];
  fhir:ImplementationGuide.package [
     fhir:index 0;
     fhir:ImplementationGuide.package.name [ fhir:value "test" ];
     fhir:ImplementationGuide.package.description [ fhir:value "Base package (not broken up into multiple packages)" ];
     fhir:ImplementationGuide.package.resource [
       fhir:index 0;
       fhir:ImplementationGuide.package.resource.example [ fhir:value "true"^^xsd:boolean ];
       fhir:ImplementationGuide.package.resource.name [ fhir:value "Test Example" ];
       fhir:ImplementationGuide.package.resource.description [ fhir:value "A test example to show how a package works" ];
       fhir:ImplementationGuide.package.resource.acronym [ fhir:value "daf-tst" ];
       fhir:ImplementationGuide.package.resource.sourceUri [ fhir:value "test.html" ];
       fhir:ImplementationGuide.package.resource.exampleFor [
         fhir:link <http://hl7.org/fhir/StructureDefinition/daf-patient>;
         fhir:Reference.reference [ fhir:value "StructureDefinition/daf-patient" ]
       ]

  ] [
     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"

     ]
  ];
  fhir:ImplementationGuide.global [
     fhir:index 0;
     fhir:ImplementationGuide.global.type [ fhir:value "Patient" ];
     fhir:ImplementationGuide.global.profile [
       fhir:link <http://hl7.org/fhir/StructureDefinition/daf-patient>;
       fhir:Reference.reference [ fhir:value "StructureDefinition/daf-patient" ]

  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/us/daf"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/us/daf>
  ] ; # 
  fhir:version [ fhir:v "0"] ; # 
  fhir:name [ fhir:v "DataAccessFrameworkDAF"] ; # 
  fhir:title [ fhir:v "Data Access Framework (DAF)"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2015-01-01"^^xsd:date] ; # 
  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 "The Data Access Framework (DAF) Initiative leverages the HL7 FHIR standards to standardize access to Meaningful Use Stage 2 structured information both within the organization and from external organizations"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "US" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Published by ONC under the standard FHIR license (CC0)"] ; # 
  fhir:packageId [ fhir:v "hl7.fhir.us.daf"] ; # 
  fhir:license [ fhir:v "CC0-1.0"] ; # 
  fhir:fhirVersion ( [ fhir:v "6.0.0"] ) ; # 
  fhir:dependsOn ( [
     fhir:uri [
       fhir:v "http://example.org/fhir/ImplementationGuide/base"^^xsd:anyURI ;
       fhir:l <http://example.org/fhir/ImplementationGuide/base>

     ]
  ];
  fhir:ImplementationGuide.binary [
     fhir:value "http://h7.org/fhir/fhir.css";
     fhir:index 0
  ];
  fhir:ImplementationGuide.page [
     fhir:ImplementationGuide.page.source [ fhir:value "patient-example.html" ];
     fhir:ImplementationGuide.page.title [ fhir:value "Example Patient Page" ];
     fhir:ImplementationGuide.page.kind [ fhir:value "page" ];
     fhir:ImplementationGuide.page.page [
       fhir:index 0;
       fhir:ImplementationGuide.page.source [ fhir:value "list.html" ];
       fhir:ImplementationGuide.page.title [ fhir:value "Value Set Page" ];
       fhir:ImplementationGuide.page.kind [ fhir:value "list" ];
       fhir:ImplementationGuide.page.type [
         fhir:value "ValueSet";
         fhir:index 0
       ];
       fhir:ImplementationGuide.page.package [
         fhir:value "test";
         fhir:index 0
       ];
       fhir:ImplementationGuide.page.format [ fhir:value "text/html" ]

  ] ) ; # 
  fhir:global ( [
     fhir:type [ fhir:v "Patient" ] ;
     fhir:profile [
       fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/patient"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/patient>

     ]
  ] .

<http://hl7.org/fhir/StructureDefinition/daf-patient> a fhir:StructureDefinition .

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

  ] ) ; # 
  fhir:definition [
     fhir:grouping ( [
       fhir:name [ fhir:v "test" ] ;
       fhir:description [ fhir:v "Base package (not broken up into multiple packages)" ]
     ] ) ;
     fhir:resource ( [
       fhir:reference [
         fhir:l <http://hl7.org/fhir/Patient/test> ;
         fhir:reference [ fhir:v "Patient/test" ]
       ] ;
       fhir:name [ fhir:v "Test Example" ] ;
       fhir:description [ fhir:v "A test example to show how an implementation guide works" ] ;
       fhir:profile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/patient"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/patient>
       ] )
     ] ) ;
     fhir:page [
       fhir:name [
         fhir:v "patient-example.html"^^xsd:anyURI ;
         fhir:l fhir:patient-example.html
       ] ;
       fhir:title [ fhir:v "Example Patient Page" ] ;
       fhir:generation [ fhir:v "html" ] ;
       fhir:page ( [
         fhir:name [
           fhir:v "list.html"^^xsd:anyURI ;
           fhir:l fhir:list.html
         ] ;
         fhir:title [ fhir:v "Value Set Page" ] ;
         fhir:generation [ fhir:v "html" ]
       ] )
     ] ;
     fhir:parameter ( [
       fhir:code [
         fhir:system [
           fhir:v "http://hl7.org/fhir/guide-parameter-code"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/guide-parameter-code>
         ] ;
         fhir:code [ fhir:v "apply" ]
       ] ;
       fhir:value [ fhir:v "version" ]
     ] )
  ] ; # 
  fhir:manifest [
     fhir:rendering [
       fhir:v "http://hl7.org/fhir/us/daf"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/daf>
     ] ;
     fhir:resource ( [
       fhir:reference [
         fhir:l <http://hl7.org/fhir/Patient/test> ;
         fhir:reference [ fhir:v "Patient/test" ]
       ] ;
       fhir:profile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/patient"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/patient>
       ] ) ;
       fhir:relativePath [
         fhir:v "patient-example.html"^^xsd:anyURI ;
         fhir:l fhir:patient-example.html
       ]
     ] ) ;
     fhir:page ( [
       fhir:name [ fhir:v "patient-example.html" ] ;
       fhir:title [ fhir:v "Test Patient Example" ] ;
       fhir:anchor ( [ fhir:v "patient-example" ] [ fhir:v "tx" ] [ fhir:v "uml" ] )
     ] ) ;
     fhir:image ( [ fhir:v "fhir.png" ] ) ;
     fhir:other ( [ fhir:v "fhir.css" ] )
  ] . # 


<http://hl7.org/fhir/ImplementationGuide/example.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://hl7.org/fhir/STU3/ImplementationGuide/example.ttl> .

<http://hl7.org/fhir/Patient/test> a fhir:Patient .


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


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.