In the GraphDefinition resource for FHIR r4 , the version attribute identifies the Business version of the graph definition
"version":
"url": "http://h7.org/fhir/GraphDefinition/example"
"version":
"name": "Document Generation Template"
"status": "draft"
"experimental":
"date": "2015-08-04"
"publisher": "FHIR Project"
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
}
]
"description": "Specify to include list references when generating a document using the $document operation"
"useContext":
"jurisdiction":
"purpose":
"start": "Composition"
"profile":
"link": [
{
"path": "Composition.section.entry",
"description": "Link to List",
"target": [
{
"type": "List",
"compartment": [
{
"use": "requirement",
"code": "Patient",
"rule": "identical"
}
],
"link": [
{
"path": "List.entry.item",
"description": "Include any list entries",
"target": [
{
"type": "Resource",
"compartment": [
{
"use": "requirement",
"code": "Patient",
"rule": "identical"
}
]
}
]
}
]
}
]
}
]