0.1.0 - ci-build

IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UC3-AntiInflammatoryMedication - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "UC3-AntiInflammatoryMedication",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationRequest-uv-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest UC3-AntiInflammatoryMedication</b></p><a name=\"UC3-AntiInflammatoryMedication\"> </a><a name=\"hcUC3-AntiInflammatoryMedication\"> </a><a name=\"UC3-AntiInflammatoryMedication-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 372665008}\">Nonsteroidal anti-inflammatory agent</span></p><p><b>subject</b>: <a href=\"Patient-UC3-Patient.html\">Thomas Müller  Male, DoB: 1984-05-10</a></p><p><b>encounter</b>: <a href=\"Encounter-UC3-EncounterAnkylosingSpondylitis.html\">Encounter: status = finished; class = AMB (AMB); period = 2020-10-10 --&gt; (ongoing)</a></p><p><b>authoredOn</b>: 2020-10-10</p><p><b>note</b>: Patient advised to monitor for any gastrointestinal side effects.</p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>Take one tablet by mouth twice daily with food.</td></tr></table></div>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "372665008",
        "display" : "Nonsteroidal anti-inflammatory agent"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/UC3-Patient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/UC3-EncounterAnkylosingSpondylitis"
  },
  "authoredOn" : "2020-10-10",
  "note" : [
    {
      "text" : "Patient advised to monitor for any gastrointestinal side effects."
    }
  ],
  "dosageInstruction" : [
    {
      "text" : "Take one tablet by mouth twice daily with food."
    }
  ]
}