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

FHIR IG analytics

Packagejohnmoehrke.relatedpersonconsent.example
Resource TypeConsent
IdConsent-ex-consent.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


Source1

{
  "resourceType": "Consent",
  "id": "ex-consent",
  "meta": {
    "profile": [
      "http://johnmoehrke.github.io/RelatedPersonConsent/StructureDefinition/RelatedPersonConsent"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://johnmoehrke.github.io/RelatedPersonConsent/CodeSystem/AuthorizedCodes",
          "code": "RelatedPersonAuthorizing"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "64292-6",
          "display": "Release of information consent"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "IDSCL"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/ex-patient"
  },
  "dateTime": "2022-06-13",
  "performer": [
    {
      "reference": "Patient/ex-patient"
    }
  ],
  "organization": [
    {
      "reference": "Organization/ex-organization"
    }
  ],
  "sourceReference": {
    "reference": "DocumentReference/ex-documentreference"
  },
  "policy": [
    {
      "uri": "http://example.org/policies/representative.xacml"
    }
  ],
  "provision": {
    "type": "permit",
    "actor": [
      {
        "role": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "DELEGATEE"
            }
          ]
        },
        "reference": {
          "reference": "RelatedPerson/ex-father"
        }
      }
    ],
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "FAMRQT"
      }
    ]
  }
}