FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders)
0.2.2 - CI Build United States of America flag

FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders), published by HL7. This is not an authorized publication; it is the continuous build for version 0.2.2). This version is based on the current content of https://github.com/HL7/dme-orders/ and changes regularly. See the Directory of published versions

: Provenance Insulin Order - JSON Representation

Raw json | Download


{
  "resourceType" : "Provenance",
  "id" : "Insulin-Order",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2020-08-10T02:02:26.537Z",
    "profile" : [
      "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-provenance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"Insulin-Order\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Provenance &quot;Insulin-Order&quot; Version &quot;3&quot; Updated &quot;2020-08-10 02:02:26+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PAOX-provenance.html\">PAO Provenance</a></p></div><p><b>target</b>: <a href=\"MedicationRequest-Insulin.html\">MedicationRequest/Insulin</a></p><p><b>recorded</b>: Aug 26, 2015, 10:39:24\u202fPM</p><p><b>reason</b>: treatment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActReason.html\">ActReason</a>#TREAT)</span></p><p><b>activity</b>: authenticated <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-DocumentCompletion.html\">DocumentCompletion</a>#AU)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td>*</td><td>Verifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-contractsignertypecodes.html\">Contract Signer Type Codes</a>#VERF)</span></td><td><span/></td></tr></table><h3>Signatures</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>When</b></td><td><b>Who</b></td><td><b>TargetFormat</b></td><td><b>SigFormat</b></td><td><b>Data</b></td></tr><tr><td>*</td><td>Verification Signature (Details: urn:iso-astm:E1762-95:2013 code 1.2.840.10065.1.12.1.5 = 'Verification Signature', stated as 'Verification Signature')</td><td>Aug 3, 2020, 10:39:24\u202fPM</td><td><a href=\"Practitioner-practitioner-1.html\">Practitioner/practitioner-1</a> &quot; BONE&quot;</td><td>application/fhir+xml</td><td>application/signature+xml</td><td>Li4u</td></tr></table></div>"
  },
  "target" : [
    {
      "reference" : "MedicationRequest/Insulin"
    }
  ],
  "recorded" : "2015-08-27T08:39:24+10:00",
  "reason" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code" : "TREAT",
          "display" : "treatment"
        }
      ]
    }
  ],
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion",
        "code" : "AU",
        "display" : "authenticated"
      }
    ]
  },
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
            "code" : "VERF"
          }
        ]
      },
      "who" : {
        "identifier" : {
          "system" : "urn:ietf:rfc:3986",
          "value" : "mailto://hhd@ssa.gov"
        }
      }
    }
  ],
  "signature" : [
    {
      "type" : [
        {
          "system" : "urn:iso-astm:E1762-95:2013",
          "code" : "1.2.840.10065.1.12.1.5",
          "display" : "Verification Signature"
        }
      ],
      "when" : "2020-08-04T08:39:24+10:00",
      "who" : {
        "reference" : "Practitioner/practitioner-1"
      },
      "targetFormat" : "application/fhir+xml",
      "sigFormat" : "application/signature+xml",
      "data" : "Li4u"
    }
  ]
}