FHIR IG analytics| Package | ch.fhir.ig.ch-epr-fhir |
| Resource Type | ValueSet |
| Id | ValueSet-DocumentAuditEventType.json |
| FHIR Version | R4 |
| Source | http://fhir.ch/ig/ch-epr-fhir/5.0.0/ValueSet-DocumentAuditEventType.html |
| URL | http://fhir.ch/ig/ch-epr-fhir/ValueSet/DocumentAuditEventType |
| Version | 5.0.0 |
| Status | draft |
| Date | 2018-05-28 |
| Name | DocumentAuditEventType |
| Title | DocumentAuditEventType |
| Realm | ch |
| Authority | hl7 |
| Description | Implementation Guide for CH ATC see Audit Trail Consumption |
| Copyright | CC0-1.0 |
| StructureDefinition | ||
| ch.fhir.ig.ch-epr-fhir#5.0.0 | DocumentAuditEvent | DocumentAuditEvent |
| CodeSystem | ||
| ch.fhir.ig.ch-term#current | urn:oid:2.16.756.5.30.1.127.3.10.7 | ch-ehealth-codesystem-atc |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet DocumentAuditEventType
Profile: Shareable ValueSet
urn:oid:2.16.756.5.30.1.127.3.10.7 version 📦3.3.0| Code | Display |
| ATC_DOC_CREATE | Document upload |
| ATC_DOC_READ | Document retrieval |
| ATC_DOC_UPDATE | Document or Document Metadata update |
| ATC_DOC_DELETE | Document removal |
| ATC_DOC_SEARCH | Document search |
{
"resourceType": "ValueSet",
"id": "DocumentAuditEventType",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-epr-fhir/ValueSet/DocumentAuditEventType",
"version": "5.0.0",
"name": "DocumentAuditEventType",
"title": "DocumentAuditEventType",
"status": "draft",
"experimental": false,
"date": "2018-05-28",
"publisher": "eHealth Suisse",
"contact": [
{
"name": "eHealth Suisse",
"telecom": [
{
"system": "url",
"value": "https://www.e-health-suisse.ch"
}
]
},
{
"name": "eHealth Suisse",
"telecom": [
{
"system": "url",
"value": "https://www.e-health-suisse.ch",
"use": "work"
}
]
}
],
"description": "Implementation Guide for CH ATC see Audit Trail Consumption",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CH"
}
]
}
],
"immutable": false,
"copyright": "CC0-1.0",
"compose": {
"include": [
{
"system": "urn:oid:2.16.756.5.30.1.127.3.10.7",
"concept": [
{
"code": "ATC_DOC_CREATE"
},
{
"code": "ATC_DOC_READ"
},
{
"code": "ATC_DOC_UPDATE"
},
{
"code": "ATC_DOC_DELETE"
},
{
"code": "ATC_DOC_SEARCH"
}
]
}
]
}
}