FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ImplementationGuide/example (Turtle)

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw Turtle (+ 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

[a fhir:ImplementationGuide ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "fhir" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/daf"^^xsd:anyURI] ; # 
  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"^^xsd:boolean] ; # 
  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: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://hl7.org/fhir/ImplementationGuide/uscore"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/ImplementationGuide/uscore>
     ]
  ] ) ; # 
  fhir:global ( [
     fhir:type [ fhir:v "Patient" ] ;
     fhir:profile [
       fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/patient"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/patient>
     ]
  ] ) ; # 
  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: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:link <http://hl7.org/fhir/us/core/StructureDefinition/patient>
       ] )
     ] ) ;
     fhir:page [
       fhir:name [ fhir:v "patient-example.html"^^xsd:anyURI ] ;
       fhir:title [ fhir:v "Example Patient Page" ] ;
       fhir:generation [ fhir:v "html" ] ;
       fhir:page ( [
         fhir:name [ fhir:v "list.html"^^xsd:anyURI ] ;
         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:code [ fhir:v "apply" ]
       ] ;
       fhir:value [ fhir:v "version" ]
     ] )
  ] ; # 
  fhir:manifest [
     fhir:rendering [ fhir:v "http://hl7.org/fhir/us/daf"^^xsd:anyURI ] ;
     fhir:resource ( [
       fhir:reference [
         fhir:reference [ fhir:v "Patient/test" ]
       ] ;
       fhir:profile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/patient"^^xsd:anyURI ;
         fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/patient>
       ] ) ;
       fhir:relativePath [ fhir:v "patient-example.html"^^xsd:anyURI ]
     ] ) ;
     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" ] )
  ]] . # 

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


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.