FHIR IG analytics| Package | fhir.r4.ukcore.stu1 |
| Resource Type | MedicationStatement |
| Id | UKCore-MedicationStatement-Amoxicillin-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationStatement",
"id": "UKCore-MedicationStatement-Amoxicillin-Example",
"identifier": [
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "ac0ffbdf-3289-41d5-84d9-068a1f5937db"
}
],
"status": "active",
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
"code": "outpatient",
"display": "Outpatient"
}
]
},
"medicationCodeableConcept": {
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "39732311000001104",
"display": "Amoxicillin 250mg capsules"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"effectivePeriod": {
"start": "2021-02-15T13:50:00+00:00",
"end": "2021-05-15T13:50:00+00:00"
},
"dateAsserted": "2017-02-22",
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "65363002",
"display": "Otitis media"
}
]
}
],
"dosage": [
{
"text": "2 capsules 4 times a day.",
"timing": {
"repeat": {
"frequency": 4,
"period": 1,
"periodUnit": "d"
}
},
"asNeededCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "301354004",
"display": "Pain of ear"
}
]
},
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "123851003",
"display": "Mouth region structure"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "421984009",
"display": "Until finished"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 500,
"unit": "milligram",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}