FHIR IG analytics| Package | ee.fhir.vris |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-medicationAdministrationFollitropin1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration medicationAdministrationFollitropin1
basedOn: CarePlan IVF tsükkel #1 Märts 2025
status: Completed
category: Outpatient medication administration
| Concept |
| Gonal-F |
subject: Leena Lööve (official) Female, DoB: 1983-01-11 ( https://fhir.ee/sid/pid/est/ni#38301105216)
occurence: 2025-03-18 08:30:00+0200
recorded: 2025-03-18 08:35:00+0200
performer
function: Nurse
Actors
Reference PractitionerRole: identifier = https://fhir.ee/sid/pro/est/pho#D99876; period = 2008-01-01 --> (ongoing)
| Concept |
| Controlled ovarian stimulation |
note:
Stimulatsiooni 5. päev. Patsient talub ravimit hästi.
| Text | Route | Dose |
| 150 IU subkutaanselt kord päevas | Subcutaneous route | 150 IU (Details: UCUM code[iU] = '[iU]') |
{
"resourceType": "MedicationAdministration",
"id": "medicationAdministrationFollitropin1",
"meta": {
"profile": [
"https://fhir.ee/vris/StructureDefinition/ee-vris-medication-administration"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "CarePlan/carePlanIvfCycle2025"
}
],
"status": "completed",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "TODO",
"display": "Outpatient medication administration"
}
]
}
],
"medication": {
"concept": {
"coding": [
{
"system": "https://fhir.ee/CodeSystem/atc-ee",
"code": "G03GA05",
"display": "Gonal-F"
}
]
}
},
"subject": {
"reference": "Patient/patientFemale"
},
"occurenceDateTime": "2025-03-18T08:30:00+02:00",
"recorded": "2025-03-18T08:35:00+02:00",
"performer": [
{
"function": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "TODO",
"display": "Nurse"
}
]
},
"actor": {
"reference": {
"reference": "PractitionerRole/practitionerrole-doctor"
}
}
}
],
"reason": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "732970000",
"display": "Controlled ovarian stimulation"
}
]
}
}
],
"note": [
{
"text": "Stimulatsiooni 5. päev. Patsient talub ravimit hästi."
}
],
"dosage": {
"text": "150 IU subkutaanselt kord päevas",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "34206005",
"display": "Subcutaneous route"
}
]
},
"dose": {
"value": 150,
"unit": "IU",
"system": "http://unitsofmeasure.org",
"code": "[iU]"
}
}
}