{
  "resourceType": "Provenance",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLProvenance"
    ],
    "tag": [
      {
        "display": "Provenance for a pharmacy user"
      },
      {
        "display": "Provenance for a pharmacy user with activity BACKA_UTTAG"
      },
      {
        "display": "attached-provenance-example-13"
      }
    ]
  },
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "thePractitioner",
      "meta": {
        "profile": [
          "http://electronichealth.se/fhir/StructureDefinition/NLLPractitioner"
        ]
      },
      "extension": [
        {
          "extension": [
            {
              "url": "workplaceIdentifier",
              "valueString": "7350046611966"
            },
            {
              "url": "workplaceType",
              "valueCode": "PHARMACY"
            },
            {
              "url": "workplaceIdType",
              "valueCode": "GLN"
            }
          ],
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary"
        },
        {
          "url": "https://electronichealth.se/fhir/StructureDefinition/NLLUserAcronym",
          "valueString": "2"
        }
      ],
      "name": [
        {
          "family": "Ingesson",
          "given": [
            "Inga-Lill"
          ]
        }
      ],
      "qualification": [
        {
          "identifier": [
            {
              "system": "urn:oid:1.2.752.116.3.1.1",
              "value": "920007"
            }
          ],
          "code": {
            "coding": [
              {
                "system": "urn:oid:1.2.752.116.3.1.3",
                "code": "AP"
              }
            ]
          }
        }
      ]
    }
  ],
  "activity": {
    "coding": [
      {
        "code": "BACKA_UTTAG"
      }
    ]
  },
  "agent": [
    {
      "type": {
        "coding": [
          {
            "code": "enterer"
          }
        ]
      },
      "who": {
        "reference": "#thePractitioner"
      }
    }
  ]
}