FHIR IG analytics| Package | io.health-samurai.core.r3 |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-Grant.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"derivation": "specialization",
"fhirVersion": "3.0.2",
"name": "Grant",
"abstract": false,
"type": "Grant",
"resourceType": "StructureDefinition",
"status": "active",
"id": "Grant",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/Grant",
"version": "0.2602.2",
"differential": {
"element": [
{
"id": "Grant",
"path": "Grant",
"min": 0,
"max": "*"
},
{
"id": "Grant.user",
"path": "Grant.user",
"short": "Reference to the user who granted the access.",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://health-samurai.io/fhir/core/StructureDefinition/User"
}
]
},
{
"id": "Grant._source",
"path": "Grant._source",
"short": "System Property. DO NOT USE IT.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "Grant.client",
"path": "Grant.client",
"short": "Reference to the client application being granted access.",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://health-samurai.io/fhir/core/StructureDefinition/Client"
}
]
},
{
"id": "Grant.requested-scope",
"path": "Grant.requested-scope",
"short": "List of scopes that were requested by the client.",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "Grant.provided-scope",
"path": "Grant.provided-scope",
"short": "List of scopes that were actually granted by the user.",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "Grant.patient",
"path": "Grant.patient",
"short": "Reference to the patient this grant is for (in SMART on FHIR scenarios).",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
}
]
},
{
"id": "Grant.scope",
"path": "Grant.scope",
"short": "Space-separated list of granted scopes.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "Grant.start",
"path": "Grant.start",
"short": "Time when this grant was created.",
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}