This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
Silver Nitrate Product Example
{
"resourceType": "Substance",
"id": "f204",
"text": {
"status": "generated",
"div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f204</p><p><b>identifier</b>: 15970</p><p><b>category</b>: Chemical <span>(Details : {http://hl7.org.fhir/substance-category code 'chemical' = '??', given as 'Chemical'})</span></p><p><b>code</b>: Silver nitrate 20% solution (product) <span>(Details : {SNOMED CT code '333346007' = '333346007', given as 'Silver nitrate 20% solution (product)'})</span></p><p><b>description</b>: Solution for silver nitrate stain</p><h3>Instances</h3><table><tr><td>-</td><td><b>Identifier</b></td><td><b>Expiry</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>AB94687</td><td>01/01/2018</td><td>100 mL<span> (Details: http://unitsofmeasure.org code mL = '??')</span></td></tr></table></div>"
},
"identifier": [
{
"system": "http://acme.org/indentifiers/substances",
"value": "15970"
}
],
"category": [
{
"coding": [
{
"system": "http://hl7.org.fhir/substance-category",
"code": "chemical",
"display": "Chemical"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "333346007",
"display": "Silver nitrate 20% solution (product)"
}
]
},
"description": "Solution for silver nitrate stain",
"instance": [
{
"identifier": {
"system": "http://acme.org/indentifiers/substances/lot",
"value": "AB94687"
},
"expiry": "2018-01-01",
"quantity": {
"value": 100,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.