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

FHIR IG Statistics: StructureDefinition/NLLProvenanceConsentMultiDose.StructureDefinition

Packagepoc.bonsai.current
Resource TypeStructureDefinition
IdNLLProvenanceConsentMultiDose.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/StructureDefinition/NLLProvenanceConsentMultiDose
URLhttp://electronichealth.se/fhir/StructureDefinition/NLLProvenanceConsentMultiDose
Version1.0.1
Statusactive
Date2024-04-19
NameNLLProvenanceConsentMultiDose
DescriptionA derived profile of NLLProvenance. Can be used when creating a new Provenance in scenarios invloving Multi dose consent (sv Dossamtycke).
TypeProvenance
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
NLLMultiDoseDispConsentNLLMultiDoseDispConsent
NLLPractitionerNLLPractitioner
NLLProvenanceNLLProvenance
ValueSet
multidosedispconsent-activity-typesHändelsetyper för dossamtycke

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://electronichealth.se/fhir/StructureDefinition/NLLProvenanceConsentMultiDose",
  "version": "1.0.1",
  "name": "NLLProvenanceConsentMultiDose",
  "status": "active",
  "date": "2024-04-19",
  "publisher": "Swedish eHealth Agency",
  "description": "A derived profile of NLLProvenance. \r\nCan be used when creating a new Provenance in scenarios invloving Multi dose consent (sv Dossamtycke).",
  "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/NLLMultiDoseDispConsent"
            ]
          }
        ]
      },
      {
        "id": "Provenance.reason",
        "path": "Provenance.reason",
        "definition": "Reason is not used when creating or updating a Multi dose dispensing consent (sv Dossamtycke).",
        "max": "0"
      },
      {
        "id": "Provenance.activity",
        "path": "Provenance.activity",
        "definition": "This type describes the activity that occurred for the Multi Dose Dispensing Consent (sv Dossamtycke)",
        "binding": {
          "strength": "required",
          "valueSet": "http://ehalsomyndigheten.se/fhir/ValueSet/multidosedispconsent-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",
            "targetProfile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLPractitioner"
            ],
            "aggregation": [
              "contained"
            ]
          }
        ]
      }
    ]
  }
}