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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeConsent
Idcancel-proposed-accessconsent-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Consent",
  "id": "0d6a4b39-f8fd-457f-8623-1ec9e18a8750",
  "meta": {
    "versionId": "1",
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLAccessConsent"
    ],
    "tag": [
      {
        "display": "Close NLLAccessConsent"
      },
      {
        "display": "Close a proposed access consent"
      },
      {
        "display": "cancel-proposed-accessconsent-example-1"
      }
    ]
  },
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "1",
      "meta": {
        "profile": [
          "http://electronichealth.se/fhir/StructureDefinition/NLLPractitioner"
        ]
      },
      "extension": [
        {
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary",
          "extension": [
            {
              "url": "workplaceIdentifier",
              "valueString": "7711222222"
            },
            {
              "url": "workplaceName",
              "valueString": "Min vardcentral"
            },
            {
              "url": "workplaceType",
              "valueCode": "HEALTHCAREUNIT"
            },
            {
              "url": "workplaceIdType",
              "valueCode": "ORGNR"
            }
          ]
        }
      ],
      "name": [
        {
          "family": "Larsson",
          "given": [
            "Lars"
          ]
        }
      ],
      "telecom": [
        {
          "extension": [
            {
              "url": "http://electronichealth.se/fhir/StructureDefinition/NLLAvailableToPatient",
              "valueBoolean": false
            },
            {
              "url": "http://electronichealth.se/fhir/StructureDefinition/NLLContactPointType",
              "valueCode": "P"
            }
          ],
          "system": "phone",
          "value": "070-1234455",
          "rank": 1
        },
        {
          "extension": [
            {
              "url": "http://electronichealth.se/fhir/StructureDefinition/NLLAvailableToPatient",
              "valueBoolean": true
            },
            {
              "url": "http://electronichealth.se/fhir/StructureDefinition/NLLContactPointType",
              "valueCode": "W"
            }
          ],
          "system": "phone",
          "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"
              }
            ]
          }
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "http://electronichealth.se/fhir/StructureDefinition/NLLPeriod",
      "valuePeriod": {
        "start": "2023-01-26T10:13:28+00:00",
        "end": "2023-02-02T10:13:28+00:00"
      }
    }
  ],
  "status": "proposed",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy",
        "display": "Privacy Consent"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "INFA"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/8a4b875a-fca1-42a2-87f7-21e57ae8c71f"
  },
  "policy": [
    {
      "uri": "https://ehalsomyndigheten.se/nationellalakemedelslistan/policy"
    }
  ],
  "provision": {
    "actor": [
      {
        "role": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "GRANTEE"
            }
          ]
        },
        "reference": {
          "reference": "#1"
        }
      }
    ],
    "securityLabel": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "IDSCL"
      }
    ]
  }
}