FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-MedicationStatement-Fluoxetine-20-mg.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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"
]
}
}
}
]
}