Linked Care Implementation Guide
0.9.1 - ci-build

: Ex0104 US016 LINCAMedicationDispense: Full Dispense - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationDispense",
  "id" : "d6a2f68cd3f74c28b9dd9fa4ec014cc4",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-10-12T16:38:54.0125468+00:00",
    "profile" : [
      🔗 "http://fhir.hl7.at/linkedcare/StructureDefinition/linca-dipsense-documentation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationDispense</b><a name=\"d6a2f68cd3f74c28b9dd9fa4ec014cc4\"> </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 MedicationDispense &quot;d6a2f68cd3f74c28b9dd9fa4ec014cc4&quot; Version &quot;1&quot; Updated &quot;2023-10-12 16:38:54+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-linca-dipsense-documentation.html\">LINCA Dispense (LINCAMedicationDispense)</a></p></div><p><b>status</b>: completed</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>Lasix 40 mg Tabletten <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (CodeSystem-asp-liste#0031130)</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-ee8d340312484aaca84774b2a0d53533.html\">Patient/ee8d340312484aaca84774b2a0d53533</a> &quot; RÜSSEL-OLIFANT&quot;</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span>: Apotheke 'Zum frühen Vogel'</span></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-331c530a6377444a9e78a8a27a2ec35c.html\">MedicationRequest/331c530a6377444a9e78a8a27a2ec35c</a></p><p><b>type</b>: First Fill - Complete <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html\">ActCode</a>#FFC)</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: 1 pill daily</p><p><b>timing</b>: Once per 1 days</p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
  },
  "status" : "completed",
  "medication" : {
    "concept" : {
      "coding" : [
        {
          "system" : "https://termgit.elga.gv.at/CodeSystem-asp-liste",
          "code" : "0031130",
          "display" : "Lasix 40 mg Tabletten"
        }
      ]
    }
  },
  "subject" : {
    🔗 "reference" : "Patient/ee8d340312484aaca84774b2a0d53533"
  },
  "performer" : [
    {
      "actor" : {
        "identifier" : {
          "system" : "urn:oid:1.2.40.0.34.5.2",
          "value" : "2.999.40.0.34.5.1.2"
        },
        "display" : "Apotheke 'Zum frühen Vogel'"
      }
    }
  ],
  "authorizingPrescription" : [
    {
      🔗 "reference" : "MedicationRequest/331c530a6377444a9e78a8a27a2ec35c"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "FFC"
      }
    ]
  },
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "text" : "1 pill daily",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "ordered",
                "display" : "Ordered"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 1,
            "system" : "https://termgit.elga.gv.at/ValueSet/elga-medikationdarreichungsform",
            "code" : "100000073665"
          }
        }
      ]
    }
  ]
}