FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/RestObjectRoles

Packageihe.iti.basicaudit
TypeValueSet
IdRestObjectRoles
FHIR VersionR4
Sourcehttps://profiles.ihe.net/ITI/basicaudit/https://profiles.ihe.net/ITI/basicaudit/1.0.1/ValueSet-RestObjectRoles.html
URLhttps://profiles.ihe.net/ITI/basicaudit/ValueSet/RestObjectRoles
Version1.0.1
Statusactive
Date2022-03-02T07:55:57-06:00
NameRestObjectRoles
TitleRESTful objects role in the event
Realmuv
Authorityihe
DescriptionThe role that the given Object played in the Audit Event recorded
CopyrightIHE http://www.ihe.net/Governance/#Intellectual_Property

Resources that use this resource

StructureDefinition
IHE.BasicAudit.CreateBasic AuditEvent for a successful Create not related to a Patient
IHE.BasicAudit.DeleteBasic AuditEvent for a successful Delete
IHE.BasicAudit.ReadBasic AuditEvent for a successful Read
IHE.BasicAudit.UpdateBasic AuditEvent for a successful Update

Resources that this resource uses

CodeSystem
object-roleAuditEventEntityRole
object-roleAuditEventEntityRole

Narrative

Note: links and images are rebased to the (stated) source

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/object-role
    CodeDisplayDefinition
    4Domain ResourceA logical object related to a health record event. This is any healthcare specific resource (object) not restricted to FHIR defined Resources.
    3ReportThis 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.
    20JobAn 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"
          }
        ]
      }
    ]
  }
}