Linked Care Implementation Guide
0.9.1 - ci-build

: Ex0204 US003 LINCAProposalMedicationRequest: Systeminstance 02 - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "1762e9b8e2c84b01824f101db887593c",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-10-12T10:25:51.1518211+00:00",
    "profile" : [
      🔗 "http://fhir.hl7.at/linkedcare/StructureDefinition/linca-proposal-medication-request"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"1762e9b8e2c84b01824f101db887593c\"> </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 MedicationRequest &quot;1762e9b8e2c84b01824f101db887593c&quot; Version &quot;1&quot; Updated &quot;2023-10-12 10:25:51+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-linca-proposal-medication-request.html\">LINCA Proposal Item (LINCAProposalMedicationRequest)</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: proposal</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>Isoptin 80 mg - Dragees <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (CodeSystem-asp-liste#0028903)</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-d14e6251b3c545828f7e44cdc6faf2fb.html\">Patient/d14e6251b3c545828f7e44cdc6faf2fb</a> &quot; PLATYPUS&quot;</p><p><b>informationSource</b>: <span>: Haus Vogelsang</span></p><p><b>supportingInformation</b>: <a href=\"RequestOrchestration-c13972d2294549c7bd29e924cbf0ce41.html\">RequestOrchestration/c13972d2294549c7bd29e924cbf0ce41</a></p><p><b>requester</b>: <span>: DGKP Walter Specht</span></p><p><b>performer</b>: <span>: Dr. Kunibert Kreuzotter</span></p><p><b>note</b>: Station TULIP, room 2</p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Take 2 pills on monday</p><p><b>timing</b>: Once per 1 weeks</p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dispenser</b></td></tr><tr><td style=\"display: none\">*</td><td><span>: Apotheke 'Zum frühen Vogel'</span></td></tr></table></div>"
  },
  "status" : "active",
  "intent" : "proposal",
  "medication" : {
    "concept" : {
      "coding" : [
        {
          "system" : "https://termgit.elga.gv.at/CodeSystem-asp-liste",
          "code" : "0028903",
          "display" : "Isoptin 80 mg - Dragees"
        }
      ]
    }
  },
  "subject" : {
    🔗 "reference" : "Patient/d14e6251b3c545828f7e44cdc6faf2fb",
    "identifier" : {
      "system" : "urn:oid:1.2.40.0.10.1.4.3.1",
      "value" : "1148070771"
    }
  },
  "informationSource" : [
    {
      "identifier" : {
        "system" : "urn:oid:1.2.40.0.34.5.2",
        "value" : "2.999.40.0.34.1.1.1"
      },
      "display" : "Haus Vogelsang"
    }
  ],
  "supportingInformation" : [
    {
      🔗 "reference" : "RequestOrchestration/c13972d2294549c7bd29e924cbf0ce41"
    }
  ],
  "requester" : {
    "identifier" : {
      "system" : "urn:oid:2.999.40.0.34.1.1.1",
      "value" : "ECHT_SPECHT"
    },
    "display" : "DGKP Walter Specht"
  },
  "performer" : [
    {
      "identifier" : {
        "system" : "urn:oid:1.2.40.0.34.5.2",
        "value" : "2.999.40.0.34.3.1.2"
      },
      "display" : "Dr. Kunibert Kreuzotter"
    }
  ],
  "note" : [
    {
      "text" : "Station TULIP, room 2"
    }
  ],
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "text" : "Take 2 pills on monday",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "wk",
          "dayOfWeek" : [
            "mon"
          ]
        }
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "ordered",
                "display" : "Ordered"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 2,
            "system" : "https://termgit.elga.gv.at/ValueSet/elga-medikationdarreichungsform",
            "code" : "100000073665"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "dispenser" : {
      "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'"
    }
  }
}