FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-mni-medicationStatement-example2.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-example2
status: Active
medication: Medication 7680669830038
subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
effective: 2020-01-01 --> 2020-02-01
| Text |
| 1-0-1-0 |
Generated Narrative: Medication #mni-medication-example2
Profile: MedNet Interface (MNI) - Medication
code: Paracetamol Axapharm Filmtabl 500 mg Ds 100 Stk
{
"resourceType": "MedicationStatement",
"id": "mni-medicationStatement-example2",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Medication",
"id": "mni-medication-example2",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-medication"
]
},
"code": {
"coding": [
{
"system": "urn:oid:2.51.1.1",
"code": "7680669830038"
},
{
"system": "urn:oid:2.16.756.5.30.2.6.1",
"code": "7739208"
},
{
"system": "https://mednet.swiss/fhir/productNumber",
"code": "6698301"
}
],
"text": "Paracetamol Axapharm Filmtabl 500 mg Ds 100 Stk"
}
}
],
"status": "active",
"medicationReference": {
"reference": "#mni-medication-example2"
},
"subject": {
"reference": "Patient/mni-patient-example1"
},
"effectivePeriod": {
"start": "2020-01-01",
"end": "2020-02-01"
},
"dosage": [
{
"text": "1-0-1-0"
}
]
}