...
Code Block |
---|
"authorization_details": { "type":"helseid_authorization", "practitioner_role": { "organization": { "identifier": { "system":"urn:oid:2.16.578.1.12.4.1.24.101", "type":"ENH", "value":"[org number]", } } } } |
...
“system” must be “urn:oid:1.0.6523” instead of "urn:oid:2.16.578.1.12.4.1.24.101".
“value” must be of the form "NO:ORGNR:[parent orgnumber]:[child orgnumber]"
...
Explanation of Authorization Details Items | ||
Name | Defined By | Description |
---|---|---|
authorization_details | The Rich Authorization Requests specification | Rich Authorization Requests Parameter Name |
type | Type of authorization request. Only valid value is | FHIR links organization and health professionals through the role of health care professionals. |
practitioner_role | FHIR | FHIR links organization and health professionals through the role of health care professionals. |
organization | FHIR | The organization health personnel has a role in. |
identifier | FHIR | Unique identification for an organization. |
system | FHIR | Organization.system contains a uri (in this case an OID) that uniquely identifies the registry in which the organization is registered. Must have the value |
type | FHIR | Description of the register in which the organization is registered. Must have value |
value | FHIR | If specifying a child unit this value should be the identifier of the treatment site / sub-unit, ie a Norwegian organization number. Nine digits. If specifying a parent and child unit this value should include the identifiers of the parent organization followed by the identifier of the child organization, setup as follows:
|
...