Sha256: add82266ff9c8e9f2ae71f6cce8bdc183a4d501deed3cfc8bb04d7a713d95f79

Contents?: true

Size: 1.54 KB

Versions: 10

Compression:

Stored size: 1.54 KB

Contents

{
  "resourceType": "Consent",
  "id": "consent-example-smartonfhir",
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/xcda"
  },
  "dateTime": "2016-06-23T17:02:33+10:00",
  "performer": [
    {
      "reference": "RelatedPerson/peter"
    }
  ],
  "organization": [
    {
      "reference": "Organization/f001"
    }
  ],
  "policyRule": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "OPTIN"
      }
    ]
  },
  "provision": {
    "period": {
      "start": "2016-06-23T17:02:33+10:00",
      "end": "2016-06-23T17:32:33+10:00"
    },
    "provision": [
      {
        "type": "permit",
        "action": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/consentaction",
                "code": "access"
              }
            ]
          }
        ],
        "class": [
          {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicationRequest"
          }
        ]
      }
    ]
  },
  "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-smartonfhir.json
fhir_models-4.2.2 lib/fhir_models/examples/json/consent-example-smartonfhir.json
fhir_models-4.2.1 lib/fhir_models/examples/json/consent-example-smartonfhir.json
fhir_models-4.2.0 lib/fhir_models/examples/json/consent-example-smartonfhir.json
fhir_models-4.1.2 lib/fhir_models/examples/json/consent-example-smartonfhir.json
fhir_models-4.1.1 lib/fhir_models/examples/json/consent-example-smartonfhir.json
fhir_models-4.1.0 lib/fhir_models/examples/json/consent-example-smartonfhir.json
fhir_models-4.0.2 lib/fhir_models/examples/json/consent-example-smartonfhir.json
fhir_models-4.0.1 lib/fhir_models/examples/json/consent-example-smartonfhir.json
fhir_models-4.0.0 lib/fhir_models/examples/json/consent-example-smartonfhir.json