Linked Care Implementation Guide
0.9.1 - ci-build

: Ex0103 US010 LINCAPrescriptionMedicationRequest: Prescribe as proposed - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "331c530a6377444a9e78a8a27a2ec35c",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-10-12T16:10:21.3817192+00:00",
    "profile" : [
      🔗 "http://fhir.hl7.at/linkedcare/StructureDefinition/linca-prescription-medication-request"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"331c530a6377444a9e78a8a27a2ec35c\"> </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;331c530a6377444a9e78a8a27a2ec35c&quot; Version &quot;1&quot; Updated &quot;2023-10-12 16:10:21+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-linca-prescription-medication-request.html\">LINCA Prescription (LINCAPrescriptionMedicationRequest)</a></p></div><p><b>identifier</b>: id:\u00a0XYZ1 ABC2 UVW3</p><p><b>basedOn</b>: <a href=\"MedicationRequest-b8aad49741e74c36aeab76cada3ad1bc.html\">MedicationRequest/b8aad49741e74c36aeab76cada3ad1bc</a></p><p><b>groupIdentifier</b>: id:\u00a0ASDF GHJ4 KL34</p><p><b>status</b>: active</p><p><b>intent</b>: order</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><p><b>informationSource</b>: <span>: Pflegedienst Immerdar</span></p><p><b>supportingInformation</b>: <a href=\"RequestOrchestration-bfa0d45270674e0794b694f2892cb1c0.html\">RequestOrchestration/bfa0d45270674e0794b694f2892cb1c0</a></p><p><b>requester</b>: <span>: DGKP Susanne Allzeit</span></p><p><b>performer</b>: <span>: Dr. Wibke Würm</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>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.40.0.10.1.4.3.4.2.1",
      "value" : "XYZ1 ABC2 UVW3"
    }
  ],
  "basedOn" : [
    {
      🔗 "reference" : "MedicationRequest/b8aad49741e74c36aeab76cada3ad1bc"
    }
  ],
  "groupIdentifier" : {
    "system" : "urn:oid:1.2.40.0.10.1.4.3.3",
    "value" : "ASDF GHJ4 KL34"
  },
  "status" : "active",
  "intent" : "order",
  "medication" : {
    "concept" : {
      "coding" : [
        {
          "system" : "https://termgit.elga.gv.at/CodeSystem-asp-liste",
          "code" : "0031130",
          "display" : "Lasix 40 mg Tabletten"
        }
      ]
    }
  },
  "subject" : {
    🔗 "reference" : "Patient/ee8d340312484aaca84774b2a0d53533"
  },
  "informationSource" : [
    {
      "identifier" : {
        "system" : "urn:oid:1.2.40.0.34.5.2",
        "value" : "2.999.40.0.34.1.1.3"
      },
      "display" : "Pflegedienst Immerdar"
    }
  ],
  "supportingInformation" : [
    {
      🔗 "reference" : "RequestOrchestration/bfa0d45270674e0794b694f2892cb1c0"
    }
  ],
  "requester" : {
    "identifier" : {
      "system" : "urn:oid:2.999.40.0.34.1.1.3",
      "value" : "ALLZEIT_BEREIT"
    },
    "display" : "DGKP Susanne Allzeit"
  },
  "performer" : [
    {
      "identifier" : {
        "system" : "urn:oid:1.2.40.0.34.5.2",
        "value" : "2.999.40.0.34.3.1.1"
      },
      "display" : "Dr. Wibke Würm"
    }
  ],
  "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"
          }
        }
      ]
    }
  ]
}