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

FHIR IG analytics

Packagesmart.who.int.ph4h
Resource TypeConsent
IdConsent-c7781f44-6df8-4a8b-9e06-0b34263a47c6.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

Generated Narrative: Consent c7781f44-6df8-4a8b-9e06-0b34263a47c6

Profile: SMART Consent

Participants

RoleDetails
Patientpatient1
PartyOrg1
ManagerOrg1

This consent is made under the regulation some policy .

RuleTime PeriodWhatdoco
.. permit
... permit
  • Period: 1964-01-01 --> 2016-01-01

doco Documentation for this format

Source1

{
  "resourceType": "Consent",
  "id": "c7781f44-6df8-4a8b-9e06-0b34263a47c6",
  "meta": {
    "profile": [
      "http://smart.who.int/ph4h/StructureDefinition/SmartConsent"
    ]
  },
  "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://terminology.hl7.org/CodeSystem/consentcategorycodes",
          "code": "acd"
        }
      ]
    }
  ],
  "patient": {
    "display": "patient1"
  },
  "dateTime": "2016-05-11",
  "performer": [
    {
      "display": "Org1"
    }
  ],
  "organization": [
    {
      "display": "Org1"
    }
  ],
  "sourceReference": {
    "reference": "DocumentReference/ex-documentreference1"
  },
  "policyRule": {
    "text": "some policy"
  },
  "provision": {
    "type": "permit",
    "period": {
      "start": "1964-01-01",
      "end": "2016-01-01"
    },
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "COC"
      }
    ]
  }
}