FHIR IG analytics| Package | rl.fhir.r4 |
| Resource Type | MedicationRequest |
| Id | Example_MedicationRequest_TerapiaFarmacologica.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationRequest",
"id": "esempio-MedicationRequest-TerapiaFarmacologica",
"meta": {
"lastUpdated": "2023-01-11T08:32:56+01:00",
"profile": [
"https://fhir.siss.regione.lombardia.it/StructureDefinition/RLMedicationRequestTerapiaFarmacologica"
],
"versionId": "1"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "https://fhir.siss.regione.lombardia.it/ValueSet/DDC-FarmacoAIC",
"code": "027224031",
"display": "CLEVIAN*GEL 50 G 1%"
}
]
},
"subject": {
"reference": "Patient/b7807e00-9745-11ed-a8fc-0242ac120002",
"display": "Mario Rossi"
},
"basedOn": [
{
"reference": "CarePlan/365db2ec-973c-11ed-a8fc-0242ac120002",
"display": "PI-2023000000001"
}
],
"note": [
{
"text": "Rivalutare mensilmente se prorogare la terapia"
}
],
"dosageInstruction": [
{
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2023-01-21T08:32:56+01:00",
"end": "2023-03-21T08:32:56+01:00"
},
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 2,
"unit": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"
}
}
]
}
],
"extension": [
{
"url": "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLMedicationRequestConsegnaPaziente",
"valueBoolean": true
}
]
}