FHIR IG analytics| Package | il.fhir.r4.ashmc |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-AshdodMedHomeStatementCmlExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationStatement",
"id": "AshdodMedHomeStatementCmlExample",
"meta": {
"security": [
{
"system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
"code": "medications",
"display": "תרופות"
}
],
"profile": [
"http://fhir.ashmc.co.il/StructureDefinition/med-home-statement-cml"
]
},
"extension": [
{
"valueCodeableConcept": {
"coding": [
{
"code": "acute",
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
"display": "Short course (acute) therapy"
}
]
},
"url": "http://fhir.health.gov.il/StructureDefinition/ext-medication-course-of-therapy-type"
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://fhir.health.gov.il/cs/il-core-identifier-type",
"code": "strong-id",
"display": "Strong Identifier"
}
]
},
"system": "http://fhir.ashmc.co.il/identifier/med-cml-home",
"value": "MED.CML.HOME.987001"
}
],
"medicationCodeableConcept": {
"coding": [
{
"system": "http://fhir.ashmc.co.il/cs/cml-med-code",
"code": "12345",
"display": "Amoxicillin 500mg"
},
{
"system": "http://snomed.info/sct",
"code": "372687004",
"display": "Amoxicillin (substance)"
}
],
"text": "Amoxicillin 500mg"
},
"dosage": [
{
"timing": {
"repeat": {
"frequency": 3,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
],
"text": "500mg three times daily"
}
],
"status": "active",
"subject": {
"reference": "Patient/ashmc-patient-001"
},
"context": {
"reference": "Encounter/AshdodEncounterSubExample"
},
"effectiveDateTime": "2025-03-16T08:00:00+02:00",
"dateAsserted": "2025-03-16",
"informationSource": {
"reference": "Organization/HOSP.100"
}
}