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

FHIR IG analytics

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

Resources that use this resource

StructureDefinition
ClientClient

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "derivation": "specialization",
  "fhirVersion": "4.3.0",
  "name": "Scope",
  "abstract": false,
  "type": "Scope",
  "resourceType": "StructureDefinition",
  "status": "active",
  "id": "Scope",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/Scope",
  "version": "0.2601.0",
  "differential": {
    "element": [
      {
        "id": "Scope",
        "path": "Scope",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Scope.scope",
        "path": "Scope.scope",
        "short": "The value of the scope.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Scope._source",
        "path": "Scope._source",
        "short": "System Property. DO NOT USE IT.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Scope.title",
        "path": "Scope.title",
        "short": "A user-friendly name for the scope that appears on the consent screen.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Scope.description",
        "path": "Scope.description",
        "short": "Scope definition additionally displayed on the consent screen.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}