{
  "resourceType": "Provenance",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLProvenance"
    ],
    "tag": [
      {
        "display": "Provenance for a healthcare user"
      },
      {
        "display": "Provenance for a healthcare user with activity AVVISA_FORFRAGAN"
      },
      {
        "display": "attached-provenance-example-20"
      }
    ]
  },
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "thePractitioner",
      "meta": {
        "profile": [
          "http://electronichealth.se/fhir/StructureDefinition/NLLPractitioner"
        ]
      },
      "extension": [
        {
          "extension": [
            {
              "url": "workplaceName",
              "valueString": "Min vardcentral"
            },
            {
              "url": "workplaceIdentifier",
              "valueString": "SE165567766992-101W"
            },
            {
              "url": "workplaceType",
              "valueCode": "HEALTHCAREUNIT"
            },
            {
              "url": "workplaceIdType",
              "valueCode": "HSA"
            }
          ],
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary"
        }
      ],
      "name": [
        {
          "family": "Larsson",
          "given": [
            "Lars"
          ]
        }
      ],
      "telecom": [
        {
          "extension": [
            {
              "url": "http://electronichealth.se/fhir/StructureDefinition/NLLContactPointType",
              "valueCode": "W"
            },
            {
              "url": "http://electronichealth.se/fhir/StructureDefinition/NLLAvailableToPatient",
              "valueBoolean": true
            }
          ],
          "value": "011-900000",
          "rank": 1
        }
      ],
      "address": [
        {
          "type": "postal",
          "line": [
            "postGatan 133"
          ],
          "city": "stockholm",
          "postalCode": "12345"
        },
        {
          "type": "physical",
          "line": [
            "fysiskaGatan 134"
          ],
          "city": "stockholm",
          "postalCode": "12345"
        }
      ],
      "qualification": [
        {
          "identifier": [
            {
              "system": "urn:oid:1.2.752.116.3.1.2",
              "value": "9000027"
            }
          ],
          "code": {
            "coding": [
              {
                "system": "urn:oid:1.2.752.116.3.1.3",
                "code": "LK"
              }
            ]
          }
        }
      ]
    }
  ],
  "activity": {
    "coding": [
      {
        "code": "AVVISA_FORFRAGAN"
      }
    ]
  },
  "agent": [
    {
      "type": {
        "coding": [
          {
            "code": "enterer"
          }
        ]
      },
      "who": {
        "reference": "#thePractitioner"
      }
    }
  ]
}