FHIR IG analytics| Package | ndhm.in |
| Resource Type | Medication |
| Id | Medication-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication example-01
version: 1; Last updated: 2023-08-21 10:25:00+0530
Profile: Medication
identifier: Harmonized System of Nomenclature/29222933
code: Paracetamol 1 g oral tablet
form: Tablet
| LotNumber | ExpirationDate |
| 22180423 | 2023-02-24 |
{
"resourceType": "Medication",
"id": "example-01",
"meta": {
"versionId": "1",
"lastUpdated": "2023-08-21T10:25: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": "29222933"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1172863005",
"display": "Paracetamol 1 g oral tablet"
}
]
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385055001",
"display": "Tablet"
}
]
},
"batch": {
"lotNumber": "22180423",
"expirationDate": "2023-02-24"
}
}