FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-Grant.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/Grant
URLhttp://health-samurai.io/fhir/core/StructureDefinition/Grant
Version0.2601.0
Statusactive
NameGrant
TypeGrant
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ClientClient
UserUser

Narrative

No narrative content found in resource


Source1

{
  "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"
}