This page is part of the Quality Improvement Core Framework (v6.0.0-ballot: STU6 (v6.0.0) Ballot 1) based on FHIR R4. The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
: Nutrition Intake example - JSON Representation
Raw json | Download
{
"resourceType" : "Basic",
"id" : "example",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-nutritionintake"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Basic</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 Basic "example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-qicore-nutritionintake.html\">QICore Nutrition Intake</a></p></div><p><b>Event Subject</b>: <a href=\"Patient-example.html\">Patient/example</a> " CHALMERS"</p><p><b>Event Encounter</b>: <a href=\"Encounter-example.html\">Encounter/example</a></p><p><b>Event Occurrence</b>: 2017-01-29 12:34:56+0000</p><blockquote><p><b>modifierExtension[http://hl7.org/fhir/StructureDefinition/event-status]</b></p></blockquote><p><b>identifier</b>: id:\u00a049921019</p><p><b>code</b>: Breast milk <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#226789007)</span></p></div>"
},
"extension" : [
// the patient that actually had the adverse event
{
"url" : "http://hl7.org/fhir/StructureDefinition/event-subject",
"valueReference" : {
"reference" : "Patient/example"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/event-encounter",
"valueReference" : {
"reference" : "Encounter/example"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/event-occurrence",
"valueDateTime" : "2017-01-29T12:34:56+00:00"
}
],
"modifierExtension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/event-status",
"valueCode" : "completed"
}
],
"identifier" : [
// an identifier used for this nutrition intake
{
"system" : "http://acme.com/ids/patients/nutritionintake",
"value" : "49921019"
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "226789007",
"display" : "Breast milk"
}
]
}
}