This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). 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 R2
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
Example of implementationguide
{ "resourceType": "ImplementationGuide", "id": "example", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>url</b>: <a>http://hl7.org/fhir/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>publisher</b>: ONC / HL7 Joint project</p><blockquote><p><b>contact</b></p><p><b>name</b>: ONC</p><p><b>telecom</b>: http://www.healthit.gov</p></blockquote><blockquote><p><b>contact</b></p><p><b>name</b>: HL7</p><p><b>telecom</b>: http://hl7.org/fhir</p></blockquote><p><b>date</b>: 01/01/2015</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>useContext</b>: ?? <span>(Details : {urn:iso:std:iso:3166 code 'US' = '??)</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>Purpose</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>example</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>name</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>" }, "url": "http://hl7.org/fhir/daf", "version": "0", "name": "Data Access Framework (DAF)", "status": "draft", "experimental": false, "publisher": "ONC / HL7 Joint project", "contact": [ { "name": "ONC", "telecom": [ { "system": "other", "value": "http://www.healthit.gov" } ] }, { "name": "HL7", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2015-01-01", "description": "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", "useContext": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US" } ] } ], "copyright": "Published by ONC under the standard FHIR license (CC0)", "fhirVersion": "1.0.0", "dependency": [ { "type": "reference", "uri": "http://hl7.org/fhir/ImplementationGuide/uscore", "_uri": { "fhir_comments": [ " when there's a uscore realm implemenation guide, DAF will use it " ] } } ], "package": [ { "name": "test", "description": "Base package (not broken up into multiple packages)", "resource": [ { "purpose": "example", "name": "Test Example", "description": "A test example to show how a package works", "acronym": "daf-tst", "_acronym": { "fhir_comments": [ " used when generating invariants " ] }, "sourceUri": "test.html", "exampleFor": { "reference": "StructureDefinition/daf-patient" } } ] } ], "global": [ { "type": "Patient", "_type": { "fhir_comments": [ " all patients have to conform to daf-patient " ] }, "profile": { "reference": "StructureDefinition/daf-patient" } } ], "binary": [ "http://h7.org/fhir/fhir.css" ], "page": { "source": "patient-example.html", "name": "Example Patient Page", "kind": "page", "page": [ { "source": "list.html", "name": "Value Set Page", "kind": "list", "type": [ "ValueSet" ], "package": [ "test" ], "format": "text/html" } ] } }
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.