FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). 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

Orders and Observations Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Encounter, Patient, Practitioner

Mappings for the nutritionorder resource.

NutritionOrderSupplyRequest
    identifier.id
    status.statusCode
    patient.participation[typeCode=SBJ].role
    encounter.inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]
    dateTimeauthor.time
    orderer.participation[typeCode=AUT].role
    allergyIntolerance.outboundRelationship[typeCode=RSON].target[classCode=OBS, moodCode=EVN]
    foodPreferenceModifier.outboundRelationship [typeCode =COMP], target [classCode=PROC, moodCode=EVN, code=NutritionModificationType]
    excludeFoodModifierN/A
    oralDietoralDiet .outboundRelationship [typeCode =COMP], target [classCode=SPLY, moodCode=RQO, code=OralDietSupplyType]
        type.code
        schedule.expectedUseTime
        nutrient.participation{typeCode=PRD].role{classCode=MANU), manufacturedFoodKind
            modifier.code
            amount.quantity
        texture.inboundRelationship [typeCode =COMP], target [classCode=PROC, moodCode=EVN, code=DietTextureModificationType]
            modifier.code
            foodType.participation{typeCode=PRD].role{classCode=MANU), manufacturedFoodKind; .code
        fluidConsistencyType.code (Not differentiated from dietTextureModificationType in HL7 v3)
        instruction.text
    supplement.outboundRelationship [typeCode =COMP], target [classCode=SPLY, moodCode=RQO, code=SUPPLEMENT]
        type.participation{typeCode=PRD].role{classCode=MANU), manufacturedFoodKind; .code (NutritionalSupplementType)
        productName.id
        schedule.effectiveTime
        quantity.quantity
        instruction.text
    enteralFormula.outboundRelationship [typeCode =COMP], target [classCode=SPLY, moodCode=RQO, code=FORMULA]
        baseFormulaType.participation{typeCode=PRD].role{classCode=MANU), manufacturedFoodKind; .code (NutritionalFormulaType)
        baseFormulaProductName.id
        additiveTypeN/A (not differentiated from NutritionalFormulaType in HL7 v3)
        additiveProductNameN/A
        caloricDensity.quantity (caloricDensity)
        routeofAdministration.routeCode
        administration.outboundRelationship [typeCode =COMP], target [classCode=SBADM, moodCode=RQO]
            schedule.effectiveUseTime
            quantity.doseQuantity
            rate[x].rateQuantity
        maxVolumeToDeliver.maxDoseQuantity
        administrationInstructionN/A
NutritionOrderRequest
    identifierRequest.identifier
    statusRequest.status
    patientRequest.subject.reference(Patient)
    encounterRequest.context.reference(Encounter)
    dateTimeRequest.authoredOn
    ordererRequest.requester
    allergyIntolerance
    foodPreferenceModifier
    excludeFoodModifier
    oralDiet
        type
        schedule
        nutrient
            modifier
            amount
        texture
            modifier
            foodType
        fluidConsistencyType
        instruction
    supplement
        type
        productName
        schedule
        quantity
        instruction
    enteralFormula
        baseFormulaType
        baseFormulaProductName
        additiveType
        additiveProductName
        caloricDensity
        routeofAdministration
        administration
            schedule
            quantity
            rate[x]
        maxVolumeToDeliver
        administrationInstruction