haau3 FHIR Implementation Guide (HFIG)
1.0.0 - ci-build United States of America flag

haau3 FHIR Implementation Guide (HFIG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: haau3 Reconciled Medication Provenance: a reported medication's one source - JSON Representation

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "medlist-provenance-lisinopril",
  "meta" : {
    "profile" : [
      🔗 "https://haau3.com/fhir/StructureDefinition/haau3-reconciled-medication-provenance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Provenance of a reconciled medication entry</b></p><table class=\"grid\"><tr><td>Entry</td><td>urn:uuid:6ed091b4-5154-4341-a5a0-db38571c584b</td></tr><tr><td>Recorded</td><td>2026-09-25T12:00:00Z</td></tr><tr><td>Evaluated as of</td><td>2026-09-25T12:00:00Z</td></tr><tr><td>Assembler</td><td>haau3 (a contained Organization)</td></tr><tr><td>Rule-set version</td><td>2026-09-25.v1</td></tr><tr><td>RxNorm release</td><td>09082026</td></tr></table><table class=\"grid\"><tr><th>Source record</th><th>Elements it supplied</th></tr><tr><td>http://example.org/fhir/MedicationStatement/lisinopril-statement</td><td>medicationCodeableConcept.coding, medicationCodeableConcept.text, dosageInstruction.text, reportedReference, requester</td></tr></table></div>"
  },
  "contained" : [
    {
      "resourceType" : "Organization",
      "id" : "haau3",
      "meta" : {
        "profile" : [
          🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0"
        ]
      },
      "active" : true,
      "name" : "haau3",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://haau3.com"
        }
      ]
    }
  ],
  "extension" : [
    {
      "url" : "https://haau3.com/fhir/StructureDefinition/medlist-ruleset-version",
      "valueString" : "2026-09-25.v1"
    },
    {
      "url" : "https://haau3.com/fhir/StructureDefinition/medlist-rxnorm-release",
      "valueString" : "09082026"
    }
  ],
  "target" : [
    {
      "reference" : "urn:uuid:6ed091b4-5154-4341-a5a0-db38571c584b"
    }
  ],
  "occurredDateTime" : "2026-09-25T12:00:00Z",
  "recorded" : "2026-09-25T12:00:00Z",
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "assembler",
            "display" : "Assembler"
          }
        ]
      },
      "who" : {
        "reference" : "#haau3"
      }
    }
  ],
  "entity" : [
    {
      "extension" : [
        {
          "url" : "https://haau3.com/fhir/StructureDefinition/medlist-supplied-elements",
          "valueString" : "medicationCodeableConcept.coding"
        },
        {
          "url" : "https://haau3.com/fhir/StructureDefinition/medlist-supplied-elements",
          "valueString" : "medicationCodeableConcept.text"
        },
        {
          "url" : "https://haau3.com/fhir/StructureDefinition/medlist-supplied-elements",
          "valueString" : "dosageInstruction.text"
        },
        {
          "url" : "https://haau3.com/fhir/StructureDefinition/medlist-supplied-elements",
          "valueString" : "reportedReference"
        },
        {
          "url" : "https://haau3.com/fhir/StructureDefinition/medlist-supplied-elements",
          "valueString" : "requester"
        }
      ],
      "role" : "source",
      "what" : {
        "reference" : "http://example.org/fhir/MedicationStatement/lisinopril-statement"
      }
    }
  ]
}