FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-mni-medicationStatement-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement mni-medicationStatement-example1
status: Active
medication: Medication 7680336700282
subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
effective: 2020-01-01
dosage
timing: Morning, Once
DoseAndRates
Dose[x] 1 cachet (Details: SNOMED CT code732987003 = 'Cachet')
dosage
timing: Noon, Once
DoseAndRates
Dose[x] 0 cachet (Details: SNOMED CT code732987003 = 'Cachet')
dosage
timing: Evening, Once
DoseAndRates
Dose[x] 1 cachet (Details: SNOMED CT code732987003 = 'Cachet')
dosage
timing: Night, Once
DoseAndRates
Dose[x] 0 cachet (Details: SNOMED CT code732987003 = 'Cachet')
{
"resourceType": "MedicationStatement",
"id": "mni-medicationStatement-example1",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationReference": {
"reference": "Medication/mni-medication-example1"
},
"subject": {
"reference": "Patient/mni-patient-example1"
},
"effectiveDateTime": "2020-01-01",
"dosage": [
{
"timing": {
"repeat": {
"when": [
"MORN"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "cachet",
"system": "http://snomed.info/sct",
"code": "732987003"
}
}
]
},
{
"timing": {
"repeat": {
"when": [
"NOON"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 0,
"unit": "cachet",
"system": "http://snomed.info/sct",
"code": "732987003"
}
}
]
},
{
"timing": {
"repeat": {
"when": [
"EVE"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "cachet",
"system": "http://snomed.info/sct",
"code": "732987003"
}
}
]
},
{
"timing": {
"repeat": {
"when": [
"NIGHT"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 0,
"unit": "cachet",
"system": "http://snomed.info/sct",
"code": "732987003"
}
}
]
}
]
}