FHIR IG analytics| Package | hl7.fhir.be.pss |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-30551ce1-5a28-4356-b684-1e639094ac23.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest 30551ce1-5a28-4356-b684-1e639094ac23
Profile: PSS Response Medication Request
status: Active
intent: Proposal
medication: metronidazole
subject: Female, DoB Unknown
dosageInstruction
text: 1000 mg per dag in 2 giften gedurende 7 dagen
timing: 2 per 1 day
DoseAndRates
Dose[x] 1000 mg
{
"resourceType": "MedicationRequest",
"id": "30551ce1-5a28-4356-b684-1e639094ac23",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSResponseMedicationRequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "proposal",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "J01XD01"
},
{
"system": "https://www.ehealth.fgov.be/standards/fhir/medication/CodeSystem/vmpg",
"code": "21436"
}
]
},
"subject": {
"reference": "Patient/30551ce1-5a28-4356-b684-2e639094ad48"
},
"dosageInstruction": [
{
"text": "1000 mg per dag in 2 giften gedurende 7 dagen",
"_text": {
"extension": [
{
"extension": [
{
"url": "lang",
"valueCode": "fr-BE"
},
{
"url": "content",
"valueString": "1000 mg par jour en 2 prises pendant 7 jours"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/translation"
}
]
},
"timing": {
"repeat": {
"boundsDuration": {
"value": 7,
"system": "http://unitsofmeasure.org",
"code": "d"
},
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1000,
"unit": "mg",
"system": "http://unitsofmeasure.org"
}
}
]
}
]
}