FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/NLLProvenanceConsentAccess.StructureDefinition

Packagepoc.bonsai.current
Resource TypeStructureDefinition
IdNLLProvenanceConsentAccess.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/StructureDefinition/NLLProvenanceConsentAccess
URLhttp://electronichealth.se/fhir/StructureDefinition/NLLProvenanceConsentAccess
Version1.0.4
Statusactive
Date2025-02-10
NameNLLProvenanceConsentAccess
DescriptionA derived profile of NLLProvenance. Can be used when creating a new Provenance in scenarios invloving access consent (sv Åtkomstsamtycke).
TypeProvenance
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
NLLAccessConsentNLLAccessConsent
NLLProvenanceNLLProvenance
ValueSet
accessconsent-practitioner-activity-typesHändelsetyper för åtkomstsamtycke privatperson till vårdpersonal

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://electronichealth.se/fhir/StructureDefinition/NLLProvenanceConsentAccess",
  "version": "1.0.4",
  "name": "NLLProvenanceConsentAccess",
  "status": "active",
  "experimental": false,
  "date": "2025-02-10",
  "publisher": "Swedish eHealth Agency",
  "description": "A derived profile of NLLProvenance. \r\nCan be used when creating a new Provenance in scenarios invloving access consent (sv Åtkomstsamtycke).",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "EHM",
      "name": "E-hälsomyndigheten internal model"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Provenance",
  "baseDefinition": "http://electronichealth.se/fhir/StructureDefinition/NLLProvenance",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Provenance.target",
        "path": "Provenance.target",
        "short": "Target Consent",
        "definition": "The Consent that was generated or updated by the activity described in this Provenance.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLAccessConsent"
            ]
          }
        ]
      },
      {
        "id": "Provenance.reason",
        "path": "Provenance.reason",
        "definition": "Reason is not used when creating or updating an access consent (sv Åtkomstsamtycke).",
        "max": "0"
      },
      {
        "id": "Provenance.activity",
        "path": "Provenance.activity",
        "definition": "This type describes the activity that occurred for the Access Consent (sv Åtkomstsamtycke)",
        "binding": {
          "strength": "required",
          "valueSet": "http://ehalsomyndigheten.se/fhir/ValueSet/accessconsent-practitioner-activity-types"
        }
      },
      {
        "id": "Provenance.agent",
        "path": "Provenance.agent",
        "short": "Practitioner involved for the Consent."
      },
      {
        "id": "Provenance.agent.who",
        "path": "Provenance.agent.who",
        "definition": "The practitioners that participated in the event as contained resources.",
        "type": [
          {
            "code": "Reference",
            "aggregation": [
              "contained"
            ]
          }
        ]
      }
    ]
  }
}