This page is part of the FHIR Specification v6.0.0-ballot1: Release 6 Ballot (1st Draft) (see Ballot Notes). The current version is 5.0.0. For a full list of available versions, see the Directory of published versions
Example of substancedefinition
{
"resourceType" : "SubstanceDefinition",
"id" : "example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: SubstanceDefinition</b><a name=\"example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource SubstanceDefinition "example" </p></div><p><b>identifier</b>: id:\u00a0100000099270</p><p><b>status</b>: Current <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (Status#200000005004)</span></p><p><b>classification</b>: Chemical <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (SubstanceType#100000075670)</span></p><p><b>domain</b>: Human use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (Domain#100000000012)</span></p><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>SUB99611MIG <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (Substance#SUB99611MIG)</span></td></tr></table><blockquote><p><b>name</b></p><p><b>name</b>: PARACETAMOL</p><p><b>status</b>: Current <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (Status#200000005004)</span></p><p><b>preferred</b>: true</p><p><b>language</b>: English <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#en)</span></p></blockquote><blockquote><p><b>name</b></p><p><b>name</b>: ПАРАЦЕТАМОЛ</p><p><b>status</b>: Current <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (Status#200000005004)</span></p><p><b>preferred</b>: false</p><p><b>language</b>: Bulgarian <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#bg)</span></p></blockquote><blockquote><p><b>name</b></p><p><b>name</b>: ACETAMINOPHEN</p><p><b>status</b>: Current <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (Status#200000005004)</span></p><p><b>preferred</b>: false</p><p><b>language</b>: English <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#en)</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"
}]
},
"classification" : [{
"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" : "urn:ietf:bcp:47",
"code" : "en",
"display" : "English"
}]
}]
},
{
"name" : "ПАРАЦЕТАМОЛ",
"status" : {
"coding" : [{
"system" : "http://example.europa.eu/fhir/Status",
"code" : "200000005004",
"display" : "Current"
}]
},
"preferred" : false,
"language" : [{
"coding" : [{
"system" : "urn:ietf:bcp:47",
"code" : "bg",
"display" : "Bulgarian"
}]
}]
},
{
"name" : "ACETAMINOPHEN",
"status" : {
"coding" : [{
"system" : "http://example.europa.eu/fhir/Status",
"code" : "200000005004",
"display" : "Current"
}]
},
"preferred" : false,
"language" : [{
"coding" : [{
"system" : "urn:ietf:bcp:47",
"code" : "en",
"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.