FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-Grant.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/Grant |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/Grant |
| Version | 0.2601.0 |
| Status | active |
| Name | Grant |
| Type | Grant |
| Kind | resource |
No resources found
| StructureDefinition | |
| Client | Client |
| User | User |
No narrative content found in resource
{
"derivation": "specialization",
"fhirVersion": "4.3.0",
"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.2601.0",
"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"
}