FHIR IG Statistics: ValueSet/RestObjectRoles
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/object-role
Code | Display | Definition |
4 | Domain Resource | A logical object related to a health record event. This is any healthcare specific resource (object) not restricted to FHIR defined Resources. |
3 | Report | This object is any kind of persistent document created as a result of the event. This could be a paper report, film, electronic report, DICOM Study, etc. Issues related to medical records life cycle management are conveyed elsewhere. |
20 | Job | An order, task, work item, procedure step, or other description of work to be performed; e.g. a particular instance of an MPPS. |
Source
{
"resourceType": "ValueSet",
"id": "RestObjectRoles",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://profiles.ihe.net/ITI/basicaudit/ValueSet/RestObjectRoles",
"version": "1.0.1",
"name": "RestObjectRoles",
"title": "RESTful objects role in the event",
"status": "active",
"date": "2022-03-02T07:55:57-06:00",
"publisher": "IHE IT Infrastructure Technical Committee",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.ihe.net/ihe_domains/it_infrastructure/"
}
]
},
{
"telecom": [
{
"system": "email",
"value": "iti@ihe.net"
}
]
},
{
"name": "IHE IT Infrastructure Technical Committee",
"telecom": [
{
"system": "email",
"value": "iti@ihe.net"
}
]
}
],
"description": "The role that the given Object played in the Audit Event recorded",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/object-role",
"concept": [
{
"code": "4",
"display": "Domain Resource"
},
{
"code": "3",
"display": "Report"
},
{
"code": "20",
"display": "Job"
}
]
}
]
}
}