FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeMedicationStatement
IdMedicationStatement-hdp-medication-statement-fluoxetine-20mg.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

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.

Source1

{
  "resourceType": "MedicationStatement",
  "id": "hdp-medication-statement-fluoxetine-20mg",
  "meta": {
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-medication-statement"
    ],
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "medications",
        "display": "תרופות"
      }
    ]
  },
  "extension": [
    {
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
            "code": "continuous",
            "display": "Continuous long term therapy"
          }
        ]
      },
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-medication-course-of-therapy-type"
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "id": "med-statement",
      "system": "http://goodcare.org/med-stat/id",
      "value": "med-statement-001"
    }
  ],
  "category": {
    "coding": [
      {
        "code": "community-other",
        "system": "http://fhir.health.gov.il/cs/medication-category",
        "display": "Community Care/Long Term Care/Home"
      }
    ]
  },
  "medicationCodeableConcept": {
    "coding": [
      {
        "code": "372767007",
        "system": "http://snomed.info/sct",
        "display": "Fluoxetine (substance)"
      }
    ]
  },
  "effectivePeriod": {
    "start": "2022-10-05",
    "end": "2022-10-10"
  },
  "dosage": [
    {
      "site": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "unknown"
          }
        ]
      },
      "route": {
        "coding": [
          {
            "code": "26643006",
            "system": "http://snomed.info/sct",
            "display": "Oral route"
          }
        ]
      },
      "method": {
        "coding": [
          {
            "code": "738995006",
            "system": "http://snomed.info/sct",
            "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"
            }
          }
        }
      ],
      "timing": {
        "repeat": {
          "when": [
            "MORN"
          ]
        }
      },
      "text": "20mg per day every morning"
    }
  ],
  "status": "active",
  "informationSource": {
    "reference": "Practitioner/1"
  },
  "dateAsserted": "2022-07-30",
  "subject": {
    "reference": "Patient/patient-with-israeli-id"
  },
  "context": {
    "reference": "Encounter/123"
  }
}