Skip to main content

MedicationStatement Example

{
"resourceType": "MedicationStatement",
"id": "JNQDXHKO4AOVBXREZWELZJZA5A",
"meta": {
"versionId": "20220922012635751",
"lastUpdated": "2022-09-22T13:26:35+00:00",
"profile": [
"https://fhir.graphnethealth.com/STU3/StructureDefinition/MedicationStatement"
],
"tag": [
{
"system": "https://fhir.graphnethealth.com/CodeSystem-Tenancies",
"code": "3"
},
{
"system": "https://fhir.graphnethealth.com/CodeSystem-TenancyType",
"code": "EMIS"
}
]
},
"contained": [
{
"resourceType": "Medication",
"id": "med",
"meta": {
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Medication-1"
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "317971007",
"display": "Furosemide 20mg tablets"
}
],
"text": "Furosemide 20mg tablets"
}
}
],
"extension": [
{
"url": "https://fhir.graphnethealth.com/STU3/StructureDefinition/Extension-MedicationStatementLastIssueDate",
"valueDateTime": "2004-06-28"
},
{
"url": "https://fhir.graphnethealth.com/STU3/StructureDefinition/Extension-Prescription-Type",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.graphnethealth.com/CodeSystem-PrescriptionType",
"code": "R",
"display": "Repeat"
}
]
}
}
],
"identifier": [
{
"system": "http://www.e-mis.com/emis/id",
"value": "B45CA215-6033-4BDC-8A21-1084950BAC8E"
},
{
"system": "http://www.e-mis.com/exa/id",
"value": "ea53960a-d2fb-5db2-b2e9-2e97a150f9b8"
}
],
"status": "active",
"basedOn": [
{
"reference": "MedicationRequest/JNQDXHKO4AOVBXREZWELZJZA5A"
}
],
"medicationReference": {
"reference": "#med"
},
"effectivePeriod": {
"start": "2004-03-28"
},
"dateAsserted": "2004-03-28T00:00:00+00:00",
"subject": {
"reference": "Patient/BKR4S3EYB7ZKZYTYAU5DOCHHQY"
},
"taken": "unk",
"dosage": [
{
"text": "TAKE ONE DAILY",
"doseQuantity": {
"value": 28,
"unit": "tablet(s)",
"system": "http://unitsofmeasure.org",
"code": "tablet(s)"
}
}
]
}