FHIR IG analytics| Package | ndhm.in |
| Resource Type | Medication |
| Id | Medication-example-04.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication example-04
version: 1; Last updated: 2023-08-21 14:53:00+0530
Profile: Medication
identifier: Harmonized System of Nomenclature/3003
code: Carbomer-980 2 mg/g eye gel
form: Eye gel
| LotNumber | ExpirationDate |
| 22180426 | 2023-05-24 |
{
"resourceType": "Medication",
"id": "example-04",
"meta": {
"versionId": "1",
"lastUpdated": "2023-08-21T14:53: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": "3003"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "330814003",
"display": "Carbomer-980 2 mg/g eye gel"
}
]
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385122009",
"display": "Eye gel"
}
]
},
"batch": {
"lotNumber": "22180426",
"expirationDate": "2023-05-24"
}
}