This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Base Conformance Statement
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- _ a fhir:Conformance; fhir:Resource.id [ fhir:value "base2"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:Conformance.url [ fhir:value "http://hl7.org/fhir/Conformance/base2"]; fhir:Conformance.version [ fhir:value "1.6.0-9663"]; fhir:Conformance.name [ fhir:value "Base FHIR Conformance Statement (Empty)"]; fhir:Conformance.status [ fhir:value "draft"]; fhir:Conformance.experimental [ fhir:value "true"]; fhir:Conformance.date [ fhir:value "2016-08-11T17:02:54+10:00"]; fhir:Conformance.publisher [ fhir:value "FHIR Project Team"]; fhir:Conformance.contact [ fhir:index 0; fhir:Conformance.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ]; fhir:Conformance.description [ fhir:value "This is the base conformance statement for FHIR. It represents a server that provides the none of the functionality defined by FHIR. It is provided to use as a template for system designers to build their own conformance statements from. A conformance profile has to contain something, so this contains a read of a Conformance Statement"]; fhir:Conformance.kind [ fhir:value "capability"]; fhir:Conformance.software [ fhir:Conformance.name [ fhir:value "Insert your softwware name here..." ] ]; fhir:Conformance.fhirVersion [ fhir:value "1.6.0"]; fhir:Conformance.acceptUnknown [ fhir:value "no"]; fhir:Conformance.format [ fhir:value "xml"; fhir:index 0 ], [ fhir:value "json"; fhir:index 1 ]; fhir:Conformance.rest [ fhir:index 0; fhir:Conformance.mode [ fhir:value "server" ]; fhir:Conformance.documentation [ fhir:value "An empty conformance statement" ]; fhir:Conformance.security [ fhir:Conformance.cors [ fhir:value "true" ]; fhir:Conformance.service [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/restful-security-service" ]; fhir:Coding.code [ fhir:value "SMART-on-FHIR" ]; fhir:Coding.display [ fhir:value "SMART-on-FHIR" ] ]; fhir:CodeableConcept.text [ fhir:value "See http://docs.smarthealthit.org/" ] ]; fhir:Conformance.description [ fhir:value "This is the conformance statement to declare that the server supports SMART-on-FHIR. See the SMART-on-FHIR docs for the extension that would go with such a server" ] ]; fhir:Conformance.resource [ fhir:index 0; fhir:Conformance.type [ fhir:value "Conformance" ]; fhir:Conformance.interaction [ fhir:index 0; fhir:Conformance.code [ fhir:value "read" ]; fhir:Conformance.documentation [ fhir:value "Read Conformance Resource" ] ] ] ] . # -------------------------------------------------------------------------------------
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.