FHIR IG analytics| Package | ndhm.in |
| Resource Type | Medication |
| Id | Medication-example-03.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication example-03
version: 1; Last updated: 2023-08-21 14:51:00+0530
Profile: Medication
identifier: Harmonized System of Nomenclature/30049062
code: Aspirin 650 mg gastro-resistant oral tablet
form: Tablet
| LotNumber | ExpirationDate |
| 22180425 | 2023-04-24 |
{
"resourceType": "Medication",
"id": "example-03",
"meta": {
"versionId": "1",
"lastUpdated": "2023-08-21T14:51:00.181+05:30",
"profile": [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/Medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-identifier-type-code",
"code": "HSN",
"display": "Harmonized System of Nomenclature"
}
]
},
"value": "30049062"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "765676008",
"display": "Aspirin 650 mg gastro-resistant oral tablet"
}
]
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385055001",
"display": "Tablet"
}
]
},
"batch": {
"lotNumber": "22180425",
"expirationDate": "2023-04-24"
}
}