IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: MedicationStatement-morphine-hospitalization - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "MedicationStatement-Fluoxetine-20-mg",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.il/StructureDefinition/il-core-medication-statement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Active medication statement reported by a practitioner regarding a patient in a long term care facility for long-term, continuous use of 20mg/day Prozac (Fluoxetine) taken each morning.</div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.health.gov.il/StructureDefinition/ext-medication-course-of-therapy-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
            "code" : "continuous",
            "display" : "Continuous long term therapy"
          }
        ]
      }
    }
  ],
  "status" : "active",
  "category" : {
    "coding" : [
      {
        "system" : "http://fhir.health.gov.il/cs/medication-category",
        "code" : "community-other",
        "display" : "Community Care/Long Term Care/Home"
      }
    ]
  },
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "372767007",
        "display" : "Fluoxetine (substance)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-with-israeli-id",
    "type" : "Patient",
    "display" : "תמר כהן"
  },
  "context" : {
    "reference" : "Encounter/123",
    "type" : "Encounter"
  },
  "effectivePeriod" : {
    "start" : "2022-10-05",
    "end" : "2022-10-10"
  },
  "dateAsserted" : "2022-07-30",
  "informationSource" : {
    "reference" : "Practitioner/1",
    "type" : "Practitioner"
  },
  "dosage" : [
    {
      "text" : "20mg per day every morning",
      "timing" : {
        "repeat" : {
          "when" : [
            "MORN"
          ]
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Oral route"
          }
        ]
      },
      "method" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "738995006",
            "display" : "Swallow (administration method)"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 20,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          },
          "rateRatio" : {
            "numerator" : {
              "value" : 15,
              "unit" : "mg",
              "system" : "http://snomed.info/sct"
            },
            "denominator" : {
              "value" : 4,
              "unit" : "hour"
            }
          }
        }
      ]
    }
  ]
}