This page is part of the FHIR Specification (v4.4.0: R5 Preview #2). 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
Biomedical Research and Regulation Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
Example of substancedefinition
{ "resourceType": "SubstanceDefinition", "id": "example", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 100000099270</p><p><b>status</b>: Current <span>(Details : {http://example.europa.eu/fhir/Status code '200000005004' = '200000005004', given as 'Current'})</span></p><p><b>category</b>: Chemical <span>(Details : {http://example.europa.eu/fhir/SubstanceType code '100000075670' = '100000075670', given as 'Chemical'})</span></p><p><b>domain</b>: Human use <span>(Details : {http://example.europa.eu/fhir/Domain code '100000000012' = '100000000012', given as 'Human use'})</span></p><h3>Codes</h3><table><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>SUB99611MIG <span>(Details : {http://example.europa.eu/fhir/Substance code 'SUB99611MIG' = 'SUB99611MIG)</span></td></tr></table><blockquote><p><b>name</b></p><p><b>name</b>: PARACETAMOL</p><p><b>status</b>: Current <span>(Details : {http://example.europa.eu/fhir/Status code '200000005004' = '200000005004', given as 'Current'})</span></p><p><b>preferred</b>: true</p><p><b>language</b>: English <span>(Details : {http://example.europa.eu/fhir/Language code '100000072147' = '100000072147', given as 'English'})</span></p></blockquote><blockquote><p><b>name</b></p><p><b>name</b>: ΠΑΡΑΚΕΤΑΜΌΛΗ</p><p><b>status</b>: Current <span>(Details : {http://example.europa.eu/fhir/Status code '200000005004' = '200000005004', given as 'Current'})</span></p><p><b>preferred</b>: false</p><p><b>language</b>: Greek, Modern (1453-) <span>(Details : {http://example.europa.eu/fhir/Language code '100000072181' = '100000072181', given as 'Greek, Modern (1453-)'})</span></p></blockquote><blockquote><p><b>name</b></p><p><b>name</b>: ПАРАЦЕТАМОЛ</p><p><b>status</b>: Current <span>(Details : {http://example.europa.eu/fhir/Status code '200000005004' = '200000005004', given as 'Current'})</span></p><p><b>preferred</b>: false</p><p><b>language</b>: Bulgarian <span>(Details : {http://example.europa.eu/fhir/Language code '100000072142' = '100000072142', given as 'Bulgarian'})</span></p></blockquote><blockquote><p><b>name</b></p><p><b>name</b>: ACETAMINOPHEN</p><p><b>status</b>: Current <span>(Details : {http://example.europa.eu/fhir/Status code '200000005004' = '200000005004', given as 'Current'})</span></p><p><b>preferred</b>: false</p><p><b>language</b>: English <span>(Details : {http://example.europa.eu/fhir/Language code '100000072147' = '100000072147', given as 'English'})</span></p></blockquote></div>" }, "identifier": { "system": "http://example.europa.eu/fhir/SMSId", "value": "100000099270" }, "status": { "coding": [ { "system": "http://example.europa.eu/fhir/Status", "code": "200000005004", "display": "Current" } ] }, "category": { "coding": [ { "system": "http://example.europa.eu/fhir/SubstanceType", "code": "100000075670", "display": "Chemical" } ] }, "domain": { "coding": [ { "system": "http://example.europa.eu/fhir/Domain", "code": "100000000012", "display": "Human use" } ] }, "code": [ { "code": { "coding": [ { "system": "http://example.europa.eu/fhir/Substance", "code": "SUB99611MIG" } ] } } ], "name": [ { "name": "PARACETAMOL", "status": { "coding": [ { "system": "http://example.europa.eu/fhir/Status", "code": "200000005004", "display": "Current" } ] }, "preferred": true, "language": [ { "coding": [ { "system": "http://example.europa.eu/fhir/Language", "code": "100000072147", "display": "English" } ] } ] }, { "name": "ΠΑΡΑΚΕΤΑΜΌΛΗ", "status": { "coding": [ { "system": "http://example.europa.eu/fhir/Status", "code": "200000005004", "display": "Current" } ] }, "preferred": false, "language": [ { "coding": [ { "system": "http://example.europa.eu/fhir/Language", "code": "100000072181", "display": "Greek, Modern (1453-)" } ] } ] }, { "name": "ПАРАЦЕТАМОЛ", "status": { "coding": [ { "system": "http://example.europa.eu/fhir/Status", "code": "200000005004", "display": "Current" } ] }, "preferred": false, "language": [ { "coding": [ { "system": "http://example.europa.eu/fhir/Language", "code": "100000072142", "display": "Bulgarian" } ] } ] }, { "name": "ACETAMINOPHEN", "status": { "coding": [ { "system": "http://example.europa.eu/fhir/Status", "code": "200000005004", "display": "Current" } ] }, "preferred": false, "language": [ { "coding": [ { "system": "http://example.europa.eu/fhir/Language", "code": "100000072147", "display": "English" } ] } ] } ] }
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.