API for the Exchange of Medicinal Product Information (APIX)
0.1.0 - ci-build

API for the Exchange of Medicinal Product Information (APIX), published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cander2/apix-ig/ and changes regularly. See the Directory of published versions

: apix-prov-001 - JSON Representation

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "apix-prov-001",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance apix-prov-001</b></p><a name=\"apix-prov-001\"> </a><a name=\"hcapix-prov-001\"> </a><p>Provenance for <a href=\"DocumentReference-apix-doc-001.html\">DocumentReference: status = current; type = Regulatory submission document</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2025-07-01 11:00:00-0400</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://example.com/fhir/CodeSystem/apix-provenance-activity submission}\">Submission</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Role</b></td><td><b>who</b></td></tr><tr><td/><td><a href=\"Organization/submitter-001\">Organization/submitter-001</a></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://example.com/fhir/StructureDefinition/RegulatoryContext",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://example.com/fhir/CodeSystem/apix-regulatory-context",
            "code" : "ema-submission"
          }
        ]
      }
    }
  ],
  "target" : [
    {
      🔗 "reference" : "DocumentReference/apix-doc-001"
    }
  ],
  "recorded" : "2025-07-01T11:00:00-04:00",
  "activity" : {
    "coding" : [
      {
        "system" : "http://example.com/fhir/CodeSystem/apix-provenance-activity",
        "code" : "submission"
      }
    ]
  },
  "agent" : [
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
              "code" : "author"
            }
          ]
        }
      ],
      "who" : {
        "reference" : "Organization/submitter-001"
      }
    }
  ]
}