FHIR IG analytics| Package | ltsi.fhir.oncofair |
| Resource Type | Medication |
| Id | Medication-ExampleOncoFAIRMedication.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication ExampleOncoFAIRMedication
Profile: OncoFAIR Medication
OncoFAIRMedicationType: principe actif
code: Ibuprofen
{
"resourceType": "Medication",
"id": "ExampleOncoFAIRMedication",
"meta": {
"profile": [
"http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medication"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medication-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ltsi.univ-rennes.fr/CodeSystem/siph-typecomposant-oncofair-codesystem",
"code": "PRAC",
"display": "principe actif"
}
]
}
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "387207008",
"display": "Ibuprofen"
}
]
}
}