PACIO Transitions of Care Implementation Guide
1.0.0 - STU 1 US

PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-transitions-of-care-ig/ and changes regularly. See the Directory of published versions

: Example: BSJ2 Medication request for empagliflozin 10 MG Oral Tablet [Jardiance] - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "BSJ2-SMPMedReq9",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest BSJ2-SMPMedReq9</b></p><a name=\"BSJ2-SMPMedReq9\"> </a><a name=\"hcBSJ2-SMPMedReq9\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-medicationrequest.html\">US Core MedicationRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm $RXNORM#1545664}\">empagliflozin 10 MG Oral Tablet [Jardiance]</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Betsy Smith-Johnson</a></p><p><b>authoredOn</b>: 2024-08-11</p><p><b>requester</b>: <a href=\"Practitioner-Practitioner-JudySalas.html\">Judy Salas, DNP</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 359642000}\">Diabetes mellitus type 2 in nonobese (disorder)</span></p><p><b>reasonReference</b>: <a href=\"Condition-BSJ2-DiabetesDiagnosis.html\">Condition Diabetes mellitus type 2 in nonobese (disorder)</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>once daily</td></tr></table></div>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "$RXNORM#1545664",
        "display" : "empagliflozin 10 MG Oral Tablet [Jardiance]"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Example-Smith-Johnson-Patient2",
    "display" : "Betsy Smith-Johnson"
  },
  "authoredOn" : "2024-08-11",
  "requester" : {
    🔗 "reference" : "Practitioner/Practitioner-JudySalas",
    "display" : "Judy Salas, DNP"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "359642000",
          "display" : "Diabetes mellitus type 2 in nonobese (disorder)"
        }
      ]
    }
  ],
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/BSJ2-DiabetesDiagnosis"
    }
  ],
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "text" : "once daily"
    }
  ]
}