Sha256: e47ab6e0b4d6f738a6f73d3c22f81c1aefdad141233ac5a1607e6586fad4f8c9

Contents?: true

Size: 1.88 KB

Versions: 10

Compression:

Stored size: 1.88 KB

Contents

{
  "resourceType": "Consent",
  "id": "consent-example-grantor",
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "INFAO"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/f001",
    "display": "P. van de Heuvel"
  },
  "dateTime": "2015-11-18",
  "organization": [
    {
      "reference": "Organization/f001"
    }
  ],
  "sourceAttachment": {
    "title": "The terms of the consent in lawyer speak."
  },
  "policyRule": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "OPTOUT"
      }
    ]
  },
  "provision": {
    "actor": [
      {
        "role": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "CST"
            }
          ]
        },
        "reference": {
          "reference": "Organization/f001"
        }
      },
      {
        "role": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PRCP"
            }
          ]
        },
        "reference": {
          "reference": "Patient/example",
          "display": "Good Health Clinic"
        }
      }
    ],
    "action": [
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/consentaction",
            "code": "access"
          }
        ]
      }
    ]
  },
  "meta": {
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/json/consent-example-grantor.json
fhir_models-4.2.2 lib/fhir_models/examples/json/consent-example-grantor.json
fhir_models-4.2.1 lib/fhir_models/examples/json/consent-example-grantor.json
fhir_models-4.2.0 lib/fhir_models/examples/json/consent-example-grantor.json
fhir_models-4.1.2 lib/fhir_models/examples/json/consent-example-grantor.json
fhir_models-4.1.1 lib/fhir_models/examples/json/consent-example-grantor.json
fhir_models-4.1.0 lib/fhir_models/examples/json/consent-example-grantor.json
fhir_models-4.0.2 lib/fhir_models/examples/json/consent-example-grantor.json
fhir_models-4.0.1 lib/fhir_models/examples/json/consent-example-grantor.json
fhir_models-4.0.0 lib/fhir_models/examples/json/consent-example-grantor.json