0.1.0 - ci-build

IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UC4-DietPrescription2024 - JSON Representation

Raw json | Download

{
  "resourceType" : "NutritionOrder",
  "id" : "UC4-DietPrescription2024",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NutritionOrder UC4-DietPrescription2024</b></p><a name=\"UC4-DietPrescription2024\"> </a><a name=\"hcUC4-DietPrescription2024\"> </a><a name=\"UC4-DietPrescription2024-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>patient</b>: <a href=\"Patient-UC4-Patient.html\">Marta Perez  Female, DoB: 1959-05-15</a></p><p><b>encounter</b>: <a href=\"Encounter-UC4-Encounter2024January.html\">Encounter: status = finished; class = AMB (AMB); period = 2024-01-17 --&gt; (ongoing)</a></p><p><b>dateTime</b>: 2024-01-17</p><p><b>foodPreferenceModifier</b>: <span title=\"Codes:{http://snomed.info/sct 386615006}\">Low sugar diet</span></p></div>"
  },
  "status" : "active",
  "intent" : "order",
  "patient" : {
    🔗 "reference" : "Patient/UC4-Patient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/UC4-Encounter2024January"
  },
  "dateTime" : "2024-01-17",
  "foodPreferenceModifier" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "386615006",
          "display" : "Low sugar diet"
        }
      ]
    }
  ]
}