FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Medication |
| Id | Medication-example-Medication-ca-core2.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Medication",
"id": "example-Medication-ca-core2",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/medication-ca-core"
]
},
"status": "active",
"code": {
"coding": [
{
"code": "387458008",
"system": "http://snomed.info/sct",
"display": "Aspirin (substance)"
}
],
"text": "Aspirin"
},
"form": {
"coding": [
{
"code": "385219001",
"system": "http://snomed.info/sct",
"display": "Oral tablet"
}
],
"text": "Oral tablet"
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"code": "387458008",
"system": "http://snomed.info/sct",
"display": "Aspirin (substance)"
}
]
},
"isActive": true
}
]
}