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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeMedicationStatement
IdMedicationStatement-MedicationStatement-Fluoxetine-20-mg.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": "MedicationStatement-Fluoxetine-20-mg",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-medication-statement"
    ]
  },
  "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"
          }
        ]
      }
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "status": "active",
  "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)"
      }
    ]
  },
  "informationSource": {
    "reference": "Practitioner/1",
    "type": "Practitioner"
  },
  "dateAsserted": "2022-07-30",
  "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"
  },
  "dosage": [
    {
      "text": "20mg per day every morning",
      "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",
            "code": "mg",
            "system": "http://unitsofmeasure.org"
          }
        }
      ],
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "when": [
            "MORN"
          ]
        }
      }
    }
  ]
}