FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-mni-medicationStatement-example3.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-example3
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, Noon, Once
DoseAndRates
Dose[x] 1 cachet (Details: SNOMED CT code732987003 = 'Cachet')
Generated Narrative: Medication #mni-medication-example3
Profile: MedNet Interface (MNI) - Medication
code: Aspirin C Brausetabl 10 Stk
{
"resourceType": "MedicationStatement",
"id": "mni-medicationStatement-example3",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Medication",
"id": "mni-medication-example3",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-medication"
]
},
"code": {
"coding": [
{
"system": "urn:oid:2.51.1.1",
"code": "7680336700282"
},
{
"system": "urn:oid:2.16.756.5.30.2.6.1",
"code": "0058985"
},
{
"system": "https://mednet.swiss/fhir/productNumber",
"code": "3367001"
}
],
"text": "Aspirin C Brausetabl 10 Stk"
}
}
],
"status": "active",
"medicationReference": {
"reference": "#mni-medication-example3"
},
"subject": {
"reference": "Patient/mni-patient-example1"
},
"effectiveDateTime": "2020-01-01",
"dosage": [
{
"timing": {
"repeat": {
"when": [
"MORN",
"NOON"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "cachet",
"system": "http://snomed.info/sct",
"code": "732987003"
}
}
]
}
]
}