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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeConsent
Idexample-consent.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": "example-consent",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-04-08T07:45:26.344+08:00",
    "source": "http://provider.hie.moh.gov.my",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Consent-my-core"
    ],
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      },
      {
        "system": "https://smilecdr.com/fhir/NamingSystem/tags",
        "code": "validation_passed",
        "display": "Validation Passed"
      }
    ]
  },
  "identifier": [
    {
      "value": "example-consent"
    }
  ],
  "status": "inactive",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy",
        "display": "Privacy Consent"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0",
          "display": "Patient Consent"
        },
        {
          "system": "http://loinc.org",
          "code": "57016-8",
          "display": "Privacy policy acknowledgement Document"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/example-patient"
  },
  "policyRule": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
        "code": "hipaa-auth",
        "display": "HIPAA Authorization"
      }
    ]
  }
}