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

FHIR IG analytics

Packageegde.health.gateway
Resource TypeConsent
IdConsent-EHGConsentMotivertHymneResearch.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 release of data for deidentified research use

Patient "Jannice Soreng" does not wish to have all of the image and metadata collected by Flåttsenteret available for research use.


Source1

{
  "resourceType": "Consent",
  "id": "EHGConsentMotivertHymneResearch",
  "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": "research"
      }
    ]
  },
  "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": "OPTOUT"
      }
    ]
  }
}