FHIR IG analytics| Package | ltsi.fhir.oncofair |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-ExampleOncoFAIRMedicationAdministrationReport.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration ExampleOncoFAIRMedicationAdministrationReport
identifier: REP-123456
status: In Progress
| Concept | Reference |
| report | Medication Ibuprofen |
subject: Anonymous Patient (no stated gender), DoB Unknown ( 123456789)
encounter: Encounter: identifier = EN-987654; status = in-progress
occurence: 2024-06-01 08:00:00+0000
performer
Actors
Reference Practitioner: identifier = 12345
{
"resourceType": "MedicationAdministration",
"id": "ExampleOncoFAIRMedicationAdministrationReport",
"meta": {
"profile": [
"http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medicationadministration-report"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "REP-123456"
}
],
"status": "in-progress",
"medication": {
"concept": {
"coding": [
{
"system": "http://ltsi.univ-rennes.fr/CodeSystem/concept-medication-oncofair-codesystem",
"code": "report",
"display": "report"
}
]
},
"reference": {
"reference": "Medication/ExampleOncoFAIRMedication"
}
},
"subject": {
"reference": "Patient/ExampleOncoFAIRPatient"
},
"encounter": {
"reference": "Encounter/ExampleOncoFAIREncounter"
},
"occurenceDateTime": "2024-06-01T08:00:00Z",
"performer": [
{
"actor": {
"reference": {
"reference": "Practitioner/ExampleOncoFAIRPractitioner"
}
}
}
]
}