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

FHIR IG analytics

Packageegde.health.gateway
Resource TypeConsent
IdConsent-EHGConsentMotivertHymnePrivacy.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Authorize Normal access for Treatment

Patient "Jannice Soreng" wishes to have all of the image and metadata collected by Flåttsenteret available for normal treatment use.


Source1

{
  "resourceType": "Consent",
  "id": "EHGConsentMotivertHymnePrivacy",
  "meta": {
    "profile": [
      "http://www.egde.no/StructureDefinition/ehg-no-Consent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/ValueSet/consent-scope",
        "code": "patient-privacy"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/MotivertHymne"
  },
  "dateTime": "2022-04-22",
  "policyRule": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "OPTIN"
      }
    ]
  }
}