In the CapabilityStatement resource for FHIR stu3 , the version attribute identifies the Business version of the capability statement
"version": "20130510"
"status": "draft"
"patchFormat": [
"application/xml-patch+xml",
"application/json-patch+json"
]
"jurisdiction": [
{
"coding": [
{
"code": "US",
"system": "urn:iso:std:iso:3166",
"display": "United States of America (the)"
}
]
}
]
"rest": [
{
"interaction": [
{
"code": "transaction"
},
{
"code": "history-system"
}
],
"resource": [
{
"profile": {
"reference": "http://fhir.hl7.org/base/StructureDefinition/7896271d-57f6-4231-89dc-dcc91eab2416"
},
"interaction": [
{
"code": "read"
},
{
"code": "vread",
"documentation": "Only supported for patient records since 12-Dec 2012"
},
{
"code": "update"
},
{
"code": "history-instance"
},
{
"code": "create"
},
{
"code": "history-type"
}
],
"conditionalDelete": "not-supported",
"documentation": "This server does not let the clients create identities.",
"searchInclude": [
"Organization"
],
"searchRevInclude": [
"Person"
],
"conditionalRead": "full-support",
"searchParam": [
{
"definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier",
"documentation": "Only supports search by institution MRN",
"type": "token",
"name": "identifier"
},
{
"definition": "http://hl7.org/fhir/SearchParameter/Patient-general-practitioner",
"type": "reference",
"name": "general-practitioner"
}
],
"readHistory": true,
"updateCreate": false,
"conditionalUpdate": false,
"type": "Patient",
"conditionalCreate": true,
"versioning": "versioned-update"
}
],
"documentation": "Main FHIR endpoint for acem health",
"mode": "server",
"security": {
"certificate": [
{
"type": "application/jwt",
"blob": "IHRoaXMgYmxvYiBpcyBub3QgdmFsaWQ="
}
],
"description": "See Smart on FHIR documentation",
"service": [
{
"coding": [
{
"code": "SMART-on-FHIR",
"system": "http://hl7.org/fhir/restful-security-service"
}
]
}
],
"cors": true
},
"compartment": [
"http://hl7.org/fhir/CompartmentDefinition/patient"
]
}
]
"implementationGuide": [
"http://hl7.org/fhir/us/lab"
]
"copyright": "Copyright © Acme Healthcare and GoodCorp EHR Systems"
"title": "ACME EHR capability statement"
"implementation": {
"url": "http://10.2.3.4/fhir",
"description": "main EHR at ACME"
}
"version": "20130510"
"document": [
{
"profile": {
"reference": "http://fhir.hl7.org/base/Profilebc054d23-75e1-4dc6-aca5-838b6b1ac81d/_history/b5fdd9fc-b021-4ea1-911a-721a60663796"
},
"documentation": "Basic rules for all documents in the EHR system",
"mode": "consumer"
}
]
"profile": [
{
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/familymemberhistory-genetic"
}
]
"description": "This is the FHIR capability statement for the main EHR at ACME for the private interface - it does not describe the public interface"
"fhirVersion": "1.0.0"
"format": [
"xml",
"json"
]
"useContext": [
{
"valueCodeableConcept": {
"coding": [
{
"code": "positive",
"system": "http://hl7.org/fhir/variant-state"
}
]
},
"code": {
"code": "focus",
"system": "http://hl7.org/fhir/usage-context-type"
}
}
]
"purpose": "Main EHR capability statement, published for contracting and operational support"
"date": "2012-01-04"
"instantiates": [
"http://ihe.org/fhir/CapabilityStatement/pixm-client"
]
"publisher": "ACME Corporation"
"kind": "instance"
"acceptUnknown": "both"
"name": "ACME-EHR"
"url": "urn:uuid:68D043B5-9ECF-4559-A57A-396E0D452311"
"contact": [
{
"telecom": [
{
"system": "email",
"value": "wile@acme.org"
}
],
"name": "System Administrator"
}
]
"messaging": [
{
"reliableCache": 30,
"endpoint": [
{
"protocol": {
"code": "mllp",
"system": "http://hl7.org/fhir/message-transport"
},
"address": "mllp:10.1.1.10:9234"
}
],
"event": [
{
"category": "Consequence",
"code": {
"code": "admin-notify",
"system": "http://hl7.org/fhir/message-events"
},
"documentation": "Notification of an update to a patient resource. changing the links is not supported",
"request": {
"reference": "StructureDefinition/Patient"
},
"focus": "Patient",
"mode": "receiver",
"response": {
"reference": "StructureDefinition/MessageHeader"
}
}
],
"documentation": "ADT A08 equivalent for external system notifications"
}
]
"experimental": true
"software": {
"releaseDate": "2012-01-04",
"version": "0.00.020.2134",
"name": "EHR"
}