Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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

Implementationguide-example.ttl

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

Raw Turtle (+ also see Turtle/RDF Format Specification)

Example of implementationguide

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:ImplementationGuide;
 fhir:Resource.id [ fhir:value "example"];
 fhir:DomainResource.text [
 fhir:Narrative.status [ fhir:value "generated" ]
 ];
 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"];
 fhir:ImplementationGuide.date [ fhir:value "2015年01月01日"];
 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.packageId [ fhir:value "hl7.fhir.us.daf"];
 fhir:ImplementationGuide.license [ fhir:value "CC0-1.0"];
 fhir:ImplementationGuide.fhirVersion [
 fhir:value "4.3.0";
 fhir:index 0
 ];
 fhir:ImplementationGuide.dependsOn [
 fhir:index 0;
 fhir:ImplementationGuide.uri [ fhir:value "http://hl7.org/fhir/ImplementationGuide/uscore" ]
 ];
 fhir:ImplementationGuide.global [
 fhir:index 0;
 fhir:ImplementationGuide.type [ fhir:value "Patient" ];
 fhir:ImplementationGuide.profile [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/patient" ]
 ];
 fhir:ImplementationGuide.definition [
 fhir:ImplementationGuide.grouping [
 fhir:index 0;
 fhir:ImplementationGuide.name [ fhir:value "test" ];
 fhir:ImplementationGuide.description [ fhir:value "Base package (not broken up into multiple packages)" ]
 ];
 fhir:ImplementationGuide.resource [
 fhir:index 0;
 fhir:ImplementationGuide.reference [
 fhir:Reference.reference [ fhir:value "Patient/test" ]
 ];
 fhir:ImplementationGuide.name [ fhir:value "Test Example" ];
 fhir:ImplementationGuide.description [ fhir:value "A test example to show how an implementation guide works" ];
 fhir:ImplementationGuide.example [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/patient" ]
 ];
 fhir:ImplementationGuide.page [
 fhir:ImplementationGuide.name [ fhir:value "patient-example.html" ];
 fhir:ImplementationGuide.title [ fhir:value "Example Patient Page" ];
 fhir:ImplementationGuide.generation [ fhir:value "html" ];
 fhir:ImplementationGuide.page [
 fhir:index 0;
 fhir:ImplementationGuide.name [ fhir:value "list.html" ];
 fhir:ImplementationGuide.title [ fhir:value "Value Set Page" ];
 fhir:ImplementationGuide.generation [ fhir:value "html" ]
 ]
 ];
 fhir:ImplementationGuide.parameter [
 fhir:index 0;
 fhir:ImplementationGuide.code [ fhir:value "apply" ];
 fhir:ImplementationGuide.value [ fhir:value "version" ]
 ]
 ];
 fhir:ImplementationGuide.manifest [
 fhir:ImplementationGuide.rendering [ fhir:value "http://hl7.org/fhir/us/daf" ];
 fhir:ImplementationGuide.resource [
 fhir:index 0;
 fhir:ImplementationGuide.reference [
 fhir:Reference.reference [ fhir:value "Patient/test" ]
 ];
 fhir:ImplementationGuide.example [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/patient" ];
 fhir:ImplementationGuide.relativePath [ fhir:value "patient-test.html#patient-test" ]
 ];
 fhir:ImplementationGuide.page [
 fhir:index 0;
 fhir:ImplementationGuide.name [ fhir:value "patient-test.html" ];
 fhir:ImplementationGuide.title [ fhir:value "Test Patient Example" ];
 fhir:ImplementationGuide.anchor [
 fhir:value "patient-test";
 fhir:index 0
 ], [
 fhir:value "tx";
 fhir:index 1
 ], [
 fhir:value "uml";
 fhir:index 2
 ]
 ];
 fhir:ImplementationGuide.image [
 fhir:value "fhir.png";
 fhir:index 0
 ];
 fhir:ImplementationGuide.other [
 fhir:value "fhir.css";
 fhir:index 0
 ]
 ] .
# -------------------------------------------------------------------------------------

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.

AltStyle によって変換されたページ (->オリジナル) /