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 of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
FHIR Infrastructure Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Not linked to any defined compartments |
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 ------------------------------------------------------------------- <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" ] ] ]; 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: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: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" ] ] ] . <http://hl7.org/fhir/StructureDefinition/daf-patient> a fhir:StructureDefinition . # - ontology header ------------------------------------------------------------ <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> . # -------------------------------------------------------------------------------------
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.