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

FHIR IG analytics

Packageths-greifswald.ttp-fhir-gw
Resource TypeConsent
IdConsent-Consent-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": "Consent-example-1",
  "meta": {
    "extension": [
      {
        "url": "https://ths-greifswald.de/fhir/StructureDefinition/gics/Created",
        "valueInstant": "2020-01-02T04:05:06+01:00"
      }
    ],
    "lastUpdated": "2021-06-17T14:02:21.285+02:00",
    "profile": [
      "https://ths-greifswald.de/fhir/StructureDefinition/gics/Consent",
      "http://fhir.de/ConsentManagement/StructureDefinition/Consent"
    ]
  },
  "extension": [
    {
      "extension": [
        {
          "url": "domain",
          "valueReference": {
            "reference": "ResearchStudy/593d66f3-3654-4e8a-9524-3bcd78a363bb"
          }
        },
        {
          "url": "status",
          "valueCoding": {
            "code": "active",
            "system": "http://hl7.org/fhir/publication-status"
          }
        }
      ],
      "url": "http://fhir.de/ConsentManagement/StructureDefinition/DomainReference"
    }
  ],
  "status": "active",
  "scope": {
    "coding": [
      {
        "code": "research",
        "system": "http://terminology.hl7.org/CodeSystem/consentscope"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "57016-8",
          "system": "http://loinc.org"
        }
      ]
    },
    {
      "coding": [
        {
          "code": "consent-status",
          "system": "http://fhir.de/ConsentManagement/CodeSystem/ResultType"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/b5ad0847-597d-4825-bb6c-537d949159f8",
    "display": "Pseudonym dic_1H51T"
  },
  "dateTime": "2021-06-17T14:02:21+02:00",
  "sourceReference": {
    "reference": "QuestionnaireResponse/cde387ba-27df-43c2-9f8d-4a2157a16363"
  },
  "policy": [
    {
      "uri": "urn:uuid:593d66f3-3654-4e8a-9524-3bcd78a363bb"
    }
  ],
  "provision": {
    "type": "permit",
    "period": {
      "start": "2021-06-17T14:02:21+02:00",
      "end": "2026-06-17T14:02:21+02:00"
    },
    "code": [
      {
        "coding": [
          {
            "code": "MDAT_erheben",
            "system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy",
            "display": "Erfassung medizinischer Daten"
          }
        ]
      },
      {
        "coding": [
          {
            "code": "2.16.840.1.113883.3.1937.777.24.5.3.6",
            "system": "urn:oid:2.16.840.1.113883.3.1937.777.24.5.3"
          }
        ]
      }
    ]
  }
}