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

FHIR IG analytics

Packageleumit.fhir.r4
Resource TypeMedicationStatement
IdMedicationStatement-CHR.98234701.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationStatement",
  "id": "CHR.98234701",
  "meta": {
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-medication-statement",
      "http://fhir.leumit.co.il/StructureDefinition/med-statement-chronic"
    ],
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "medications",
        "display": "תרופות"
      }
    ]
  },
  "extension": [
    {
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-medication-course-of-therapy-type",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "chronic",
            "system": "http://fhir.health.gov.il/cs/il-core-medication-course-of-therapy-type",
            "display": "Chronic therapy"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.leumit.co.il/identifier/tamar-chronic",
      "value": "98234701"
    }
  ],
  "statusReason": [
    {
      "coding": [
        {
          "system": "http://fhir.leumit.co.il/cs/tamar-status",
          "code": "0",
          "display": "פעיל"
        }
      ]
    }
  ],
  "category": {
    "coding": [
      {
        "code": "community-hmo",
        "system": "http://fhir.health.gov.il/cs/il-core-medication-statement-category",
        "display": "Community-hmo"
      }
    ]
  },
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://yarpa.co.il/catalog",
        "userSelected": true,
        "code": "29055",
        "display": "ATORVASTATIN TEVA 20 MG TABLETS"
      }
    ],
    "text": "אטורבסטטין 20 מ\"ג"
  },
  "subject": {
    "reference": "Patient/leumit-pat-928374"
  },
  "context": {
    "reference": "Encounter/leumit-enc-556201"
  },
  "informationSource": {
    "reference": "Practitioner/leumit-prac-44210"
  },
  "dosage": [
    {
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2024-03-15"
          },
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route",
            "userSelected": false
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 20,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ],
  "status": "active",
  "effectiveDateTime": "2024-03-15",
  "dateAsserted": "2024-03-15T10:30:00+02:00"
}