FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | Substance |
| Id | Substance-ExampleSGHISubstance.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Substance ExampleSGHISubstance
Profiles: SGHI Substance, {{HAPI_FHIR_BASE_URL}}/StructureDefinition/substance
identifier: National Drug Code/SUBST001
instance: true
status: Active
category: Chemical
| Concept |
| Paracetamol |
description:
Paracetamol 500mg tablets
expiry: 2024-12-31
quantity: 100 milligram (Details: UCUM codemg = 'mg')
| Quantity | Substance[x] |
| 500 mg (Details: UCUM codemg = 'mg')/1 TAB (Details: UCUM codeTAB = 'TAB') | Paracetamol |
{
"resourceType": "Substance",
"id": "ExampleSGHISubstance",
"meta": {
"profile": [
"https://fhir.slade360.co.ke/fhir/StructureDefinition/substance",
"{{HAPI_FHIR_BASE_URL}}/StructureDefinition/substance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NDC",
"display": "National Drug Code"
}
]
},
"system": "http://example.org/substances",
"value": "SUBST001",
"assigner": {
"reference": "Organization/ExampleSGHIOrganization"
}
}
],
"instance": true,
"status": "active",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/substance-category",
"code": "chemical",
"display": "Chemical"
}
]
}
],
"code": {
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "387458008",
"display": "Paracetamol"
}
]
}
},
"description": "Paracetamol 500mg tablets",
"expiry": "2024-12-31",
"quantity": {
"value": 100,
"unit": "milligram",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"ingredient": [
{
"quantity": {
"numerator": {
"value": 500,
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"system": "http://unitsofmeasure.org",
"code": "TAB"
}
},
"substanceCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "387458008",
"display": "Paracetamol"
}
]
}
}
]
}