CH ATC (R4)
3.2.0 - Draft Switzerland flag

This page is part of the CH ATC (R4) (v3.2.0: Draft Ballot 4) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: CH ATC - Creation of a Document - JSON Representation

Raw json | Download


{
  "resourceType" : "AuditEvent",
  "id" : "atc-doc-create-rep-pat",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-atc/StructureDefinition/DocumentAuditEvent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Upload of Record artifcat  10.10.2020 18:29 from Julia Helfe-Gern on behalf of Jakob Wieder-Gesund </div>"
  },
  "type" : {
    "system" : "http://dicom.nema.org/resources/ontology/DCM",
    "code" : "110106",
    "display" : "Export"
  },
  "subtype" : [
    {
      "system" : "urn:oid:2.16.756.5.30.1.127.3.10.7",
      "code" : "ATC_DOC_CREATE",
      "display" : "Document upload"
    }
  ],
  "action" : "C",
  "recorded" : "2020-10-10T16:29:00Z",
  "outcome" : "0",
  "purposeOfEvent" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.756.5.30.1.127.3.10.5",
          "code" : "NORM",
          "display" : "Normal Access"
        }
      ]
    }
  ],
  "agent" : [
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "urn:oid:2.16.756.5.30.1.127.3.10.6",
              "code" : "PAT",
              "display" : "Patient"
            }
          ]
        }
      ],
      "name" : "Jakob Wieder-Gesund",
      "requestor" : false
    },
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "urn:oid:2.16.756.5.30.1.127.3.10.6",
              "code" : "REP",
              "display" : "Representative"
            }
          ]
        }
      ],
      "who" : {
        "identifier" : {
          "system" : "urn:oid:2.16.756.5.30.1.127.3.10.3",
          "value" : "761322222222222222"
        }
      },
      "name" : "Julia Helfe Gern",
      "requestor" : true
    }
  ],
  "source" : {
    "observer" : {
      "identifier" : {
        "system" : "urn:ietf:rfc:3986",
        "value" : "urn:oid:7.8.9.10.11"
      }
    }
  },
  "entity" : [
    {
      "what" : //  Patient 
      {
        "identifier" : {
          "system" : "urn:oid:2.16.756.5.30.1.127.3.10.3",
          "value" : "761337610469261945"
        }
      },
      "type" : {
        "system" : "http://terminology.hl7.org/CodeSystem/audit-entity-type",
        "code" : "1",
        "display" : "Person"
      },
      "role" : {
        "system" : "http://terminology.hl7.org/CodeSystem/object-role",
        "code" : "1",
        "display" : "Patient"
      }
    },
    {
      "what" : //  Document 
      {
        "identifier" : {
          "type" : {
            "coding" : [
              {
                "system" : "urn:oasis:names:tc:ebxml-regrep:ObjectType:RegistryObject:ExternalIdentifier",
                "code" : "IHE XDS Metadata",
                "display" : "XDSDocumentEntry.uniqueId"
              }
            ]
          },
          "system" : "urn:ietf:rfc:3986",
          "value" : "urn:oid:1.2.3.4.5"
        }
      },
      "type" : {
        "system" : "http://terminology.hl7.org/CodeSystem/audit-entity-type",
        "code" : "2",
        "display" : "System Object"
      },
      "role" : {
        "system" : "http://terminology.hl7.org/CodeSystem/object-role",
        "code" : "3",
        "display" : "Report"
      },
      "detail" : [
        //  base64 of OID eg 1.2.3 == 
        {
          "type" : "Repository Unique Id",
          "valueBase64Binary" : "MS4yLjM="
        },
        {
          "type" : "homeCommunityID",
          "valueBase64Binary" : "NS42LjcuOA=="
        },
        {
          "type" : "EprDocumentTypeCode",
          "valueBase64Binary" : "NDE5ODkxMDA4"
        },
        {
          "type" : "title",
          "valueBase64Binary" : "QXVzdHJpdHRzYmVyaWNodCB2b24gSnVsaWEgSGVsZmUtR2Vybg=="
        }
      ]
    }
  ]
}