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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeBundle
Idfetch-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": "Bundle",
  "id": "a4560c4c-d784-48db-b9da-1f035ccb3690",
  "meta": {
    "lastUpdated": "2023-01-26T10:13:30.383+00:00",
    "tag": [
      {
        "display": "Fetch NLLAccessConsent"
      },
      {
        "display": "Fetch NLLAccessConsent"
      },
      {
        "display": "fetch-accessconsent-example-1"
      }
    ]
  },
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://nll-fhir-server-v1-test17.apps.ehmecptest.capehm.sgit.se/fhir/Consent?actor.type=Practitioner&category=INFA&patient._id=8a4b875a-fca1-42a2-87f7-21e57ae8c71f&practitioner.identifier=urn%3Aoid%3A1.2.752.116.3.1.2%7C9000027"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://nll-fhir-server-v1-test17.apps.ehmecptest.capehm.sgit.se/fhir/Consent/0d6a4b39-f8fd-457f-8623-1ec9e18a8750",
      "resource": {
        "resourceType": "Consent",
        "id": "0d6a4b39-f8fd-457f-8623-1ec9e18a8750",
        "meta": {
          "versionId": "1",
          "profile": [
            "http://electronichealth.se/fhir/StructureDefinition/NLLAccessConsent"
          ]
        },
        "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"
            }
          ]
        }
      }
    }
  ]
}