0.1.0-current - ci-build International flag

JohnMoehrkeTestDicom, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testDicom/ and changes regularly. See the Directory of published versions

: Server - Provenance Example of a basic Create of an ImagingStudy - JSON Representation

Raw json | Download


{
  "resourceType" : "Provenance",
  "id" : "ex-provenanceCreateImagingStudy",
  "meta" : {
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance ex-provenanceCreateImagingStudy</b></p><a name=\"ex-provenanceCreateImagingStudy\"> </a><a name=\"hcex-provenanceCreateImagingStudy\"> </a><a name=\"ex-provenanceCreateImagingStudy-en-US\"> </a><p>Provenance for <a href=\"ImagingStudy-ex-imagingstudyBind.html\">ImagingStudy: status = available; modality = Autorefraction</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2020-04-29 09:49:00+0000</td></tr><tr><td>Recorded</td><td>2020-04-29 09:49:00+0000</td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Role</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 110152}\">Destination Role ID</span></td><td/><td><a href=\"Device-ex-device.html\">Device</a></td></tr><tr><td><span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 110153}\">Source Role ID</span></td><td/><td>myMachine.example.org</td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType AUT}\">author (originator)</span></td><td/><td>John Smith</td></tr></table></div>"
  },
  "target" : [
    {
      🔗 "reference" : "ImagingStudy/ex-imagingstudyBind"
    }
  ],
  "occurredDateTime" : "2020-04-29T09:49:00.000Z",
  "recorded" : "2020-04-29T09:49:00.000Z",
  "patient" : {
    🔗 "reference" : "Patient/ex-patient"
  },
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://dicom.nema.org/resources/ontology/DCM",
            "code" : "110152",
            "display" : "Destination Role ID"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "Device/ex-device"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://dicom.nema.org/resources/ontology/DCM",
            "code" : "110153",
            "display" : "Source Role ID"
          }
        ]
      },
      "who" : {
        "display" : "myMachine.example.org"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code" : "AUT",
            "display" : "author (originator)"
          }
        ]
      },
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "AUT",
              "display" : "author (originator)"
            }
          ]
        }
      ],
      "who" : {
        "display" : "John Smith"
      }
    }
  ]
}