R4 Draft for Comment

This page is part of the FHIR Specification (v3.2.0: R4 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

Implementationguideinput-example.ttl

FHIR Infrastructure Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Not linked to any defined compartments

Raw Turtle, JSON-LD

Example of implementationguideinput

@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/ImplementationGuideInput/example> a fhir:ImplementationGuideInput;
  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>: US <span>(Details : {urn:iso:std:iso:3166 code 'US' = '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>Reference</b></td><td><b>Name</b></td><td><b>Description</b></td><td><b>Example[x]</b></td></tr><tr><td>*</td><td><a>Patient/test</a></td><td>Test Example</td><td>A test example to show how a package works</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><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:ImplementationGuideInput.url [ fhir:value "http://hl7.org/fhir/us/daf"];
  fhir:ImplementationGuideInput.version [ fhir:value "0"];
  fhir:ImplementationGuideInput.name [ fhir:value "Data Access Framework (DAF)"];
  fhir:ImplementationGuideInput.status [ fhir:value "draft"];
  fhir:ImplementationGuideInput.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:ImplementationGuideInput.date [ fhir:value "2015-01-01"^^xsd:date];
  fhir:ImplementationGuideInput.publisher [ fhir:value "ONC / HL7 Joint project"];
  fhir:ImplementationGuideInput.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:ImplementationGuideInput.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:ImplementationGuideInput.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:ImplementationGuideInput.copyright [ fhir:value "Published by ONC under the standard FHIR license (CC0)"];
  fhir:ImplementationGuideInput.fhirVersion [ fhir:value "1.0.0"];
  fhir:ImplementationGuideInput.dependency [
     fhir:index 0;
     fhir:ImplementationGuideInput.dependency.type [ fhir:value "reference" ];
     fhir:ImplementationGuideInput.dependency.uri [ fhir:value "http://hl7.org/fhir/ImplementationGuide/uscore" ]
  ];
  fhir:ImplementationGuideInput.package [
     fhir:index 0;
     fhir:ImplementationGuideInput.package.name [ fhir:value "test" ];
     fhir:ImplementationGuideInput.package.description [ fhir:value "Base package (not broken up into multiple packages)" ];
     fhir:ImplementationGuideInput.package.resource [
       fhir:index 0;
       fhir:ImplementationGuideInput.package.resource.reference [
         fhir:link <http://hl7.org/fhir/Patient/test>;
         fhir:Reference.reference [ fhir:value "Patient/test" ]
       ];
       fhir:ImplementationGuideInput.package.resource.name [ fhir:value "Test Example" ];
       fhir:ImplementationGuideInput.package.resource.description [ fhir:value "A test example to show how a package works" ];
       fhir:ImplementationGuideInput.package.resource.exampleReference [
         fhir:link <http://hl7.org/fhir/StructureDefinition/daf-patient>;
         fhir:Reference.reference [ fhir:value "StructureDefinition/daf-patient" ]
       ]
     ]
  ];
  fhir:ImplementationGuideInput.global [
     fhir:index 0;
     fhir:ImplementationGuideInput.global.type [ fhir:value "Patient" ];
     fhir:ImplementationGuideInput.global.profile [
       fhir:link <http://hl7.org/fhir/StructureDefinition/daf-patient>;
       fhir:Reference.reference [ fhir:value "StructureDefinition/daf-patient" ]
     ]
  ];
  fhir:ImplementationGuideInput.page [
     fhir:ImplementationGuideInput.page.sourceUri [ fhir:value "patient-example.html" ];
     fhir:ImplementationGuideInput.page.title [ fhir:value "Example Patient Page" ];
     fhir:ImplementationGuideInput.page.kind [ fhir:value "page" ];
     fhir:ImplementationGuideInput.page.page [
       fhir:index 0;
       fhir:ImplementationGuideInput.page.sourceUri [ fhir:value "list.html" ];
       fhir:ImplementationGuideInput.page.title [ fhir:value "Value Set Page" ];
       fhir:ImplementationGuideInput.page.kind [ fhir:value "list" ];
       fhir:ImplementationGuideInput.page.type [
         fhir:value "ValueSet";
         fhir:index 0
       ];
       fhir:ImplementationGuideInput.page.package [
         fhir:value "test";
         fhir:index 0
       ];
       fhir:ImplementationGuideInput.page.format [ fhir:value "text/html" ]
     ]
  ] .

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

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

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

<http://hl7.org/fhir/ImplementationGuideInput/example.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/ImplementationGuideInput/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.